Searched refs:shapedTypes (Results 1 – 1 of 1) sorted by relevance
120 auto shapedTypes = llvm::to_vector<8>(llvm::map_range( in verifyCompatibleShapes() local124 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()