MCPcopy 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
113bool Type::isVectorType() const {
114 return false;
115}
116
117bool Type::isAggregateType() const {
118 return isArrayType() || isStructType() || isVectorType();

Callers 4

minVectorElemSizeFunction · 0.45
getCommonAccessSizeFunction · 0.45
toSMTMethod · 0.45
isPtrCmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected