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

Method mkPhysical

ir/pointer.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 : Pointer(m, bid, offset, attr_to_bitvec(attr)) {}
111
112Pointer Pointer::mkPhysical(const Memory &m, const expr &addr) {
113 return mkPhysical(m, addr, expr::mkUInt(0, bits_for_ptrattrs));
114}
115
116Pointer Pointer::mkPhysical(const Memory &m, const expr &addr,
117 const expr &attr) {

Callers

nothing calls this directly

Calls 6

hasLogicalBitFunction · 0.85
padding_physicalFunction · 0.85
concat_zerosMethod · 0.80
isValidMethod · 0.45
bitsMethod · 0.45
concatMethod · 0.45

Tested by

no test coverage detected