Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ ashr
Method
ashr
smt/expr.cpp:931–936 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
}
930
931
expr expr::ashr(const expr &rhs) const {
932
if (isZero() || rhs.isZero())
933
return *this;
934
935
return binop_fold(rhs, Z3_mk_bvashr);
936
}
937
938
expr expr::lshr(const expr &rhs) const {
939
C();
Callers
4
toSMT
Method · 0.80
toSMT
Method · 0.80
smul_fix_helper
Function · 0.80
shl_no_soverflow
Method · 0.80
Calls
1
isZero
Method · 0.45
Tested by
no test coverage detected