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

Function total_bits_logical

ir/pointer.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19static unsigned total_bits_logical() {
20 return hasLogicalBit() + bits_for_ptrattrs + bits_for_bid + bits_for_offset;
21}
22
23static unsigned total_bits_physical() {
24 return hasLogicalBit() * (1 + bits_for_ptrattrs + bits_ptr_address);

Callers 3

padding_logicalFunction · 0.85
padding_physicalFunction · 0.85
totalBitsMethod · 0.85

Calls 1

hasLogicalBitFunction · 0.85

Tested by

no test coverage detected