Searched refs:mlirTupleTypeGetNumTypes (Results 1 – 4 of 4) sorted by relevance
304 MLIR_CAPI_EXPORTED intptr_t mlirTupleTypeGetNumTypes(MlirType type);
322 intptr_t mlirTupleTypeGetNumTypes(MlirType type) { in mlirTupleTypeGetNumTypes() function
564 return mlirTupleTypeGetNumTypes(self); in bindDerived()
776 if (!mlirTypeIsATuple(tuple) || mlirTupleTypeGetNumTypes(tuple) != 2 || in printBuiltinTypes()