Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isLogical
Method
isLogical
ir/pointer.cpp:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
expr Pointer::isLogical() const {
192
return hasLogicalBit() ? p.sign() == 0 : true;
193
}
194
195
expr Pointer::isLocal(bool simplify) const {
196
if (m.numLocals() == 0)
Callers
9
error
Function · 0.80
extract_possible_local_bids
Function · 0.80
access
Method · 0.80
escape_helper
Method · 0.80
isDereferenceable
Method · 0.80
refined
Method · 0.80
fninputRefined
Method · 0.80
toLogicalLocal
Method · 0.80
pointer.cpp
File · 0.80
Calls
2
hasLogicalBit
Function · 0.85
sign
Method · 0.80
Tested by
no test coverage detected