Searched refs:mlirPDLTypeTypeGet (Results 1 – 4 of 4) sorted by relevance
59 MLIR_CAPI_EXPORTED MlirType mlirPDLTypeTypeGet(MlirContext ctx);
145 MlirType typeType = mlirPDLTypeTypeGet(ctx); in testRangeType()214 MlirType constructedType = mlirPDLTypeTypeGet(ctx); in testTypeType()
75 MlirType mlirPDLTypeTypeGet(MlirContext ctx) { in mlirPDLTypeTypeGet() function
80 return cls(mlirPDLTypeTypeGet(ctx)); in populateDialectPDLSubmodule()