MCPcopy 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
117bool Type::isAggregateType() const {
118 return isArrayType() || isStructType() || isVectorType();
119}
120
121bool Type::isVoid() const {
122 return this == &voidTy;

Callers 6

print_model_valMethod · 0.80
addFnCallMethod · 0.80
getSMTNameMethod · 0.80
valueToBytesFunction · 0.80
bytesToValueFunction · 0.80
visitCallInstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected