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

Function raw_load

ir/memory.cpp:1138–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136}
1137
1138static expr raw_load(const expr &block, const expr &offset,
1139 uint64_t max_idx = UINT64_MAX) {
1140 return block.isBV() ? block : block.load(offset, max_idx);
1141}
1142
1143static expr mk_store(expr mem, const expr &offset, const expr &val) {
1144 if (mem.isBV())

Callers 7

raw_loadMethod · 0.85
loadMethod · 0.85
storeLambdaMethod · 0.85
mkNonlocalValAxiomsMethod · 0.85
memcpyMethod · 0.85
blockValRefinedMethod · 0.85
checkNocaptureMethod · 0.85

Calls 2

isBVMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected