Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isAggregateType
Method
isAggregateType
ir/type.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool Type::isAggregateType() const {
118
return isArrayType() || isStructType() || isVectorType();
119
}
120
121
bool Type::isVoid() const {
122
return this == &voidTy;
Callers
6
print_model_val
Method · 0.80
addFnCall
Method · 0.80
getSMTName
Method · 0.80
valueToBytes
Function · 0.80
bytesToValue
Function · 0.80
visitCallInst
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected