Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
AggregateValue::AggregateValue(Type &type, vector<Value*> &&vals)
148
: Value(type, agg_str(type, vals)), vals(std::move(vals)) {}
149
150
StateValue AggregateValue::toSMT(State &s) const {
151
vector<StateValue> state_vals;
Callers
nothing calls this directly
Calls
1
agg_str
Function · 0.85
Tested by
no test coverage detected