Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
514
bool expr::isSignExt(expr &val) const {
515
return isUnOp(val, Z3_OP_SIGN_EXT);
516
}
517
518
bool expr::isAShr(expr &a, expr &b) const {
519
return isBinOp(a, b, Z3_OP_BASHR);
Callers
1
cmp_eq
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected