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

Method isFPDiv

smt/expr.cpp:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595bool expr::isFPDiv(expr &rounding, expr &lhs, expr &rhs) const {
596 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_DIV);
597}
598
599bool expr::isFPNeg(expr &val) const {
600 if (isBV()) {

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected