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

Method isSignExt

smt/expr.cpp:514–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514bool expr::isSignExt(expr &val) const {
515 return isUnOp(val, Z3_OP_SIGN_EXT);
516}
517
518bool expr::isAShr(expr &a, expr &b) const {
519 return isBinOp(a, b, Z3_OP_BASHR);

Callers 1

cmp_eqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected