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

Method isFPAdd

smt/expr.cpp:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583bool expr::isFPAdd(expr &rounding, expr &lhs, expr &rhs) const {
584 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_ADD);
585}
586
587bool expr::isFPSub(expr &rounding, expr &lhs, expr &rhs) const {
588 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_SUB);

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected