Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
vector<Value*> BinOp::operands() const {
136
return { lhs, rhs };
137
}
138
139
bool BinOp::propagatesPoison() const {
140
return true;
Callers
11
alive_parser.cpp
File · 0.45
get_base_ptr
Function · 0.45
may_be_nonlocal
Function · 0.45
calculateAndInitConstants
Function · 0.45
can_remove_init
Function · 0.45
optimize_ptrcmp
Function · 0.45
state.cpp
File · 0.45
getUsers
Method · 0.45
function.cpp
File · 0.45
check
Method · 0.45
handleMetadata
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected