Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Dialect/
H A DPDL.h51 MLIR_CAPI_EXPORTED MlirType mlirPDLRangeTypeGetElementType(MlirType type);
/llvm-project/mlir/lib/CAPI/Dialect/
H A DPDL.cpp63 MlirType mlirPDLRangeTypeGetElementType(MlirType type) { in mlirPDLRangeTypeGetElementType() function
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp70 [](MlirType type) { return mlirPDLRangeTypeGetElementType(type); }, in populateDialectPDLSubmodule()
/llvm-project/mlir/test/CAPI/
H A Dpdl.c149 MlirType elementType = mlirPDLRangeTypeGetElementType(constructedType); in testRangeType()