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

Method isAdd

smt/expr.cpp:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530bool expr::isAdd(expr &a, expr &b) const {
531 return isBinOp(a, b, Z3_OP_BADD);
532}
533
534bool expr::isURem(expr &a, expr &b) const {
535 return isBinOp(a, b, Z3_OP_BUREM);

Callers 1

simplifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected