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

Method isEq

smt/expr.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473bool expr::isEq(expr &lhs, expr &rhs) const {
474 return isBinOp(lhs, rhs, Z3_OP_EQ);
475}
476
477bool expr::isSLE(expr &lhs, expr &rhs) const {
478 return isBinOp(lhs, rhs, Z3_OP_SLEQ);

Callers 3

substMethod · 0.80
cmp_eqMethod · 0.80
mkIfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected