Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isLoad
Method
isLoad
smt/expr.cpp:563–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
bool expr::isLoad(expr &array, expr &idx) const {
564
return isBinOp(array, idx, Z3_OP_SELECT);
565
}
566
567
bool expr::isLambda(expr &body) const {
568
C();
Callers
6
isFnReturnValue
Function · 0.80
isInitialMemBlock
Method · 0.80
isInitialMemoryOrLoad
Method · 0.80
isDerivedFromLoad
Function · 0.80
mkLambda
Method · 0.80
leafs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected