Home
last modified time | relevance | path

Searched refs:mlirTupleTypeGetNumTypes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h304 MLIR_CAPI_EXPORTED intptr_t mlirTupleTypeGetNumTypes(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp322 intptr_t mlirTupleTypeGetNumTypes(MlirType type) { in mlirTupleTypeGetNumTypes() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp564 return mlirTupleTypeGetNumTypes(self); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c776 if (!mlirTypeIsATuple(tuple) || mlirTupleTypeGetNumTypes(tuple) != 2 || in printBuiltinTypes()