Searched refs:types2 (Results 1 – 4 of 4) sorted by relevance
94 LogicalResult mlir::verifyCompatibleShapes(TypeRange types1, TypeRange types2) { in verifyCompatibleShapes() argument95 if (types1.size() != types2.size()) in verifyCompatibleShapes()97 for (auto it : llvm::zip_first(types1, types2)) in verifyCompatibleShapes()
2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
60 LogicalResult verifyCompatibleShapes(TypeRange types1, TypeRange types2);
2 ; RUN: %p/Inputs/type-unique-dst-types2.ll \