MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isNonPtrVector

Function isNonPtrVector

ir/type.cpp:1494–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494bool isNonPtrVector(const Type &t) {
1495 auto vty = dynamic_cast<const VectorType *>(&t);
1496 return vty && !vty->getChild(0).isPtrType();
1497}
1498
1499unsigned minVectorElemSize(const Type &t) {
1500 if (auto agg = t.getAsAggregateType()) {

Callers 5

valueToBytesFunction · 0.85
bytesToValueFunction · 0.85
getStoreByteSizeMethod · 0.85
storeMethod · 0.85
loadMethod · 0.85

Calls 1

isPtrTypeMethod · 0.80

Tested by

no test coverage detected