Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp120 auto shapedTypes = llvm::to_vector<8>(llvm::map_range( in verifyCompatibleShapes() local
124 if (llvm::none_of(shapedTypes, [](auto t) { return t; })) in verifyCompatibleShapes()
126 if (!llvm::all_of(shapedTypes, [](auto t) { return t; })) in verifyCompatibleShapes()
144 shapedTypes, [](auto shapedType) { return shapedType.hasRank(); })); in verifyCompatibleShapes()