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

Method enforcePtrOrVectorType

ir/type.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206expr Type::enforcePtrOrVectorType() const {
207 return enforceScalarOrVectorType(
208 [&](auto &ty) { return ty.enforcePtrType(); });
209}
210
211const IntType* Type::getAsIntType() const {
212 return nullptr;

Callers 2

getTypeConstraintsMethod · 0.80
getMethod · 0.80

Calls 1

enforcePtrTypeMethod · 0.80

Tested by

no test coverage detected