MCPcopy 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
254expr Type::fromInt(expr e) const {
255 return fromBV(std::move(e));
256}
257
258StateValue Type::fromInt(StateValue v) const {
259 return { fromInt(std::move(v.value)),

Callers 4

addFnCallMethod · 0.80
extractMethod · 0.80
bytesToValueFunction · 0.80
toSMTMethod · 0.80

Calls 3

aggregateValsMethod · 0.95
isBoolMethod · 0.80
exprClass · 0.70

Tested by

no test coverage detected