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

Method isPtr

ir/memory.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296expr Byte::isPtr() const {
297 return p.sign() == 1;
298}
299
300expr Byte::ptrNonpoison() const {
301 auto bit = p.bits() - 1 - byte_has_ptr_bit();

Callers 8

refinedMethod · 0.45
memory.cppFile · 0.45
bytesToValueFunction · 0.45
data_typeMethod · 0.45
storeMethod · 0.45
mkNonlocalValAxiomsMethod · 0.45
checkNocaptureMethod · 0.45

Calls 1

signMethod · 0.80

Tested by

no test coverage detected