Searched refs:types1 (Results 1 – 3 of 3) 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()
1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h
60 LogicalResult verifyCompatibleShapes(TypeRange types1, TypeRange types2);