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