Searched defs:tuple_type (Results 1 – 12 of 12) sorted by relevance
176 } else if (auto tuple_type = type.dyn_cast<mlir::TupleType>()) { in TypeToShape() local
139 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in CodegenNestedComputation() local
45 using tuple_type = std::tuple<char const*, int>; typedef
420 using tuple_type = std::tuple<char const*, Catch::WaitForKeypress::When>; typedef
429 auto tuple_type = value.getType().dyn_cast<TupleType>(); in GetValueWithToken() local458 if (auto tuple_type = type.dyn_cast<TupleType>()) { in GetTypeWithToken() local486 auto tuple_type = value.getType().dyn_cast<TupleType>(); in ReplaceWithTupleResult() local
179 void ReplaceBlockArgs(Block* block, Type tuple_type, OpBuilder* builder) { in ReplaceBlockArgs()
662 auto tuple_type = init_tuple.getType(); in CreateWhile32() local4576 TupleType tuple_type = type.dyn_cast<TupleType>(); in GetLayout() local
719 const base::ListValue* tuple_type = nullptr; in ValidateTuple() local
73 using tuple_type = std::tuple<rxu::decay_t<AN>...>; typedef in rxcpp::operator_factory
131 llvm::Type* tuple_type = llvm_ir::ShapeToIrType(return_shape, module_); in EmitThreadLocalFunctionEpilogue() local
2794 if (auto tuple_type = tuple.getType().dyn_cast<TupleType>()) { in build() local
187 #define tuple_type 1109 macro