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

Method enforceVectorType

ir/type.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153expr Type::enforceVectorType() const {
154 return enforceVectorType([](auto &ty) { return true; });
155}
156
157expr Type::enforceVectorTypeIff(const Type &other) const {
158 expr elems = false;

Callers 3

enforceVectorTypeIffMethod · 0.80
getTypeConstraintsMethod · 0.80
getTypeConstraintsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected