Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isVectorType
Method
isVectorType
ir/type.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool Type::isVectorType() const {
114
return false;
115
}
116
117
bool Type::isAggregateType() const {
118
return isArrayType() || isStructType() || isVectorType();
Callers
4
minVectorElemSize
Function · 0.45
getCommonAccessSize
Function · 0.45
toSMT
Method · 0.45
isPtrCmp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected