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

Method enforceFloatOrVectorType

ir/type.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201expr Type::enforceFloatOrVectorType() const {
202 return enforceScalarOrVectorType(
203 [&](auto &ty) { return ty.enforceFloatType(); });
204}
205
206expr Type::enforcePtrOrVectorType() const {
207 return enforceScalarOrVectorType(

Callers 1

getTypeConstraintsMethod · 0.80

Calls 1

enforceFloatTypeMethod · 0.80

Tested by

no test coverage detected