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

Method enforceIntOrPtrOrVectorType

ir/type.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196expr Type::enforceIntOrPtrOrVectorType() const {
197 return enforceScalarOrVectorType(
198 [&](auto &ty) { return ty.enforceIntOrPtrType(); });
199}
200
201expr Type::enforceFloatOrVectorType() const {
202 return enforceScalarOrVectorType(

Callers 1

getTypeConstraintsMethod · 0.80

Calls 1

enforceIntOrPtrTypeMethod · 0.80

Tested by

no test coverage detected