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

Method operands

ir/instr.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135vector<Value*> BinOp::operands() const {
136 return { lhs, rhs };
137}
138
139bool BinOp::propagatesPoison() const {
140 return true;

Callers 11

alive_parser.cppFile · 0.45
get_base_ptrFunction · 0.45
may_be_nonlocalFunction · 0.45
can_remove_initFunction · 0.45
optimize_ptrcmpFunction · 0.45
state.cppFile · 0.45
getUsersMethod · 0.45
function.cppFile · 0.45
checkMethod · 0.45
handleMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected