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

Method isLoad

smt/expr.cpp:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563bool expr::isLoad(expr &array, expr &idx) const {
564 return isBinOp(array, idx, Z3_OP_SELECT);
565}
566
567bool expr::isLambda(expr &body) const {
568 C();

Callers 6

isFnReturnValueFunction · 0.80
isInitialMemBlockMethod · 0.80
isInitialMemoryOrLoadMethod · 0.80
isDerivedFromLoadFunction · 0.80
mkLambdaMethod · 0.80
leafsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected