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

Method isIf

smt/expr.cpp:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485bool expr::isIf(expr &cond, expr &then, expr &els) const {
486 return isTernaryOp(cond, then, els, Z3_OP_ITE);
487}
488
489bool expr::isConcat(expr &a, expr &b) const {
490 if (auto app = isAppOf(Z3_OP_CONCAT)) {

Callers 11

substMethod · 0.80
getFloatMethod · 0.80
isDerivedFromLoadFunction · 0.80
print_arrayMethod · 0.80
any_fp_zeroFunction · 0.80
get_boolFunction · 0.80
cmp_eqMethod · 0.80
mkIfMethod · 0.80
leafsMethod · 0.80
simplifyFunction · 0.80
DisjointExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected