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

Method isBlkSingleByte

ir/pointer.cpp:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943bool Pointer::isBlkSingleByte() const {
944 uint64_t blk_size;
945 return blockSizeAligned().isUInt(blk_size) && blk_size == bits_byte/8;
946}
947
948pair<Pointer, expr> Pointer::findLogicalLocalPointer(const expr &addr) const {
949 DisjointExpr<Pointer> ret(mkNullPointer(m));

Callers 2

mk_block_val_arrayMethod · 0.80
allocMethod · 0.80

Calls 1

isUIntMethod · 0.80

Tested by

no test coverage detected