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