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

Method isStore

smt/expr.cpp:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559bool expr::isStore(expr &array, expr &idx, expr &val) const {
560 return isTernaryOp(array, idx, val, Z3_OP_STORE);
561}
562
563bool expr::isLoad(expr &array, expr &idx) const {
564 return isBinOp(array, idx, Z3_OP_SELECT);

Callers 2

print_arrayMethod · 0.80
leafsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected