Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fromInt
Method
fromInt
ir/type.cpp:254–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
expr Type::fromInt(expr e) const {
255
return fromBV(std::move(e));
256
}
257
258
StateValue Type::fromInt(StateValue v) const {
259
return { fromInt(std::move(v.value)),
Callers
4
addFnCall
Method · 0.80
extract
Method · 0.80
bytesToValue
Function · 0.80
toSMT
Method · 0.80
Calls
3
aggregateVals
Method · 0.95
isBool
Method · 0.80
expr
Class · 0.70
Tested by
no test coverage detected