Searched refs:mlirTupleTypeGet (Results 1 – 4 of 4) sorted by relevance
299 MLIR_CAPI_EXPORTED MlirType mlirTupleTypeGet(MlirContext ctx,
315 MlirType mlirTupleTypeGet(MlirContext ctx, intptr_t numElements, in mlirTupleTypeGet() function
549 MlirType t = mlirTupleTypeGet(context->get(), num, elements.data()); in bindDerived()
775 MlirType tuple = mlirTupleTypeGet(ctx, 2, types); in printBuiltinTypes()