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

Method encode

ir/instr.cpp:57–60  ·  view source on GitHub ↗

(value, nonpoison, UB)

Source from the content-addressed store, hash-verified

55
56 // (value, nonpoison, UB)
57 tuple<expr, expr, expr> encode(IR::State &s, unsigned unroll_cnt) {
58 AndExpr prefix;
59 return _loop(s, prefix, 0, unroll_cnt);
60 }
61
62 // (value, nonpoison, UB)
63 tuple<expr, expr, expr> _loop(IR::State &s, AndExpr &prefix, unsigned i,

Callers 3

unpack_inputsFunction · 0.45
check_return_valueFunction · 0.45
toSMTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected