Searched refs:tuple_ty (Results 1 – 6 of 6) sorted by relevance
33 "tuple_ty",54 "tuple_ty",
113 #[cfg(tuple_ty)]189 #[cfg(tuple_ty)]222 #[cfg(tuple_ty)]
102 #[cfg(tuple_ty)]
6 "--cfg tuple_ty",
247 if (auto tuple_ty = ty.dyn_cast<mlir::TupleType>()) { in SortInternal() local248 sort_types = llvm::to_vector<6>(tuple_ty.getTypes()); in SortInternal()
490 if (mlir::TupleType tuple_ty = result_type.dyn_cast<mlir::TupleType>()) { in ImportInstructionImpl() local491 return_types = llvm::to_vector<6>(tuple_ty.getTypes()); in ImportInstructionImpl()