Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp94 LogicalResult mlir::verifyCompatibleShapes(TypeRange types1, TypeRange types2) { in verifyCompatibleShapes() argument
95 if (types1.size() != types2.size()) in verifyCompatibleShapes()
97 for (auto it : llvm::zip_first(types1, types2)) in verifyCompatibleShapes()
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-remap-types.m2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeUtilities.h60 LogicalResult verifyCompatibleShapes(TypeRange types1, TypeRange types2);
/llvm-project-15.0.7/llvm/test/Linker/
H A Dtype-unique-dst-types.ll2 ; RUN: %p/Inputs/type-unique-dst-types2.ll \