MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / AggregateValue

Method AggregateValue

ir/value.cpp:147–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147AggregateValue::AggregateValue(Type &type, vector<Value*> &&vals)
148 : Value(type, agg_str(type, vals)), vals(std::move(vals)) {}
149
150StateValue AggregateValue::toSMT(State &s) const {
151 vector<StateValue> state_vals;

Callers

nothing calls this directly

Calls 1

agg_strFunction · 0.85

Tested by

no test coverage detected