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