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

Method canReadSomething

ir/state.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59expr SMTMemoryAccess::canReadSomething() const {
60 OrExpr ret;
61 for (unsigned i = 0; i < AccessType::NumTypes; ++i) {
62 ret.add(canRead(AccessType(i)));
63 }
64 return ret();
65}
66
67expr SMTMemoryAccess::canWriteSomething() const {
68 OrExpr ret;

Callers 4

overlapsMethod · 0.45
impliesMethod · 0.45
refinedByMethod · 0.45
addFnCallMethod · 0.45

Calls 2

AccessTypeEnum · 0.85
addMethod · 0.45

Tested by

no test coverage detected