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

Method getPhysicalAddress

ir/pointer.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319expr Pointer::getPhysicalAddress() const {
320 return p.extract(bits_for_ptrattrs + bits_ptr_address - 1, bits_for_ptrattrs);
321}
322
323expr Pointer::blockSize() const {
324 return getValue("blk_size", m.local_blk_size, m.non_local_blk_size,

Callers 3

isDereferenceableMethod · 0.80
toLogicalLocalMethod · 0.80
pointer.cppFile · 0.80

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected