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

Method enforceIntOrFloatOrPtrOrVectorType

ir/type.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191expr Type::enforceIntOrFloatOrPtrOrVectorType() const {
192 return enforceScalarOrVectorType(
193 [&](auto &ty) { return ty.enforceIntOrPtrType() || ty.enforceFloatType();});
194}
195
196expr Type::enforceIntOrPtrOrVectorType() const {
197 return enforceScalarOrVectorType(

Callers 1

getTypeConstraintsMethod · 0.80

Calls 2

enforceIntOrPtrTypeMethod · 0.80
enforceFloatTypeMethod · 0.80

Tested by

no test coverage detected