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

Method enforceFloatType

ir/type.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145expr Type::enforceFloatType() const {
146 return false;
147}
148
149expr Type::enforceScalarType() const {
150 return enforceIntType() || enforcePtrType() || enforceFloatType();

Callers 4

getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected