Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ ashr_exact
Method
ashr_exact
smt/expr.cpp:1035–1037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
}
1034
1035
expr expr::ashr_exact(const expr &rhs) const {
1036
return (ashr(rhs) << rhs) == *this;
1037
}
1038
1039
expr expr::lshr_exact(const expr &rhs) const {
1040
return (lshr(rhs) << rhs) == *this;
Callers
1
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected