Searched refs:mlirPDLOperationTypeGet (Results 1 – 4 of 4) sorted by relevance
41 MLIR_CAPI_EXPORTED MlirType mlirPDLOperationTypeGet(MlirContext ctx);
47 MlirType mlirPDLOperationTypeGet(MlirContext ctx) { in mlirPDLOperationTypeGet() function
49 return cls(mlirPDLOperationTypeGet(ctx)); in populateDialectPDLSubmodule()
87 MlirType constructedType = mlirPDLOperationTypeGet(ctx); in testOperationType()