Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h307 MLIR_CAPI_EXPORTED MlirType mlirTupleTypeGetType(MlirType type, intptr_t pos);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp326 MlirType mlirTupleTypeGetType(MlirType type, intptr_t pos) { in mlirTupleTypeGetType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp557 MlirType t = mlirTupleTypeGetType(self, pos); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c777 !mlirTypeEqual(mlirTupleTypeGetType(tuple, 0), unrankedMemRef) || in printBuiltinTypes()
778 !mlirTypeEqual(mlirTupleTypeGetType(tuple, 1), f32)) in printBuiltinTypes()