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

Method enforceVectorTypeEquiv

ir/type.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172expr Type::enforceVectorTypeEquiv(const Type &other) const {
173 return enforceVectorTypeIff(other) && other.enforceVectorTypeIff(*this);
174}
175
176expr
177Type::enforceVectorType(const function<expr(const Type&)> &enforceElem) const {

Callers 1

getTypeConstraintsMethod · 0.80

Calls 1

enforceVectorTypeIffMethod · 0.80

Tested by

no test coverage detected