MCPcopy 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
191expr Pointer::isLogical() const {
192 return hasLogicalBit() ? p.sign() == 0 : true;
193}
194
195expr Pointer::isLocal(bool simplify) const {
196 if (m.numLocals() == 0)

Callers 9

errorFunction · 0.80
accessMethod · 0.80
escape_helperMethod · 0.80
isDereferenceableMethod · 0.80
refinedMethod · 0.80
fninputRefinedMethod · 0.80
toLogicalLocalMethod · 0.80
pointer.cppFile · 0.80

Calls 2

hasLogicalBitFunction · 0.85
signMethod · 0.80

Tested by

no test coverage detected