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

Method mkPointerFromNoAttrs

ir/pointer.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350Pointer Pointer::mkPointerFromNoAttrs(const Memory &m, const expr &e) {
351 return { m, e.concat_zeros(bits_for_ptrattrs) };
352}
353
354Pointer Pointer::operator+(const expr &bytes) const {
355 return mkIf_fold(isLogical(),

Callers

nothing calls this directly

Calls 1

concat_zerosMethod · 0.80

Tested by

no test coverage detected