Searched refs:mlirPDLAttributeTypeGet (Results 1 – 4 of 4) sorted by relevance
33 MLIR_CAPI_EXPORTED MlirType mlirPDLAttributeTypeGet(MlirContext ctx);
35 MlirType mlirPDLAttributeTypeGet(MlirContext ctx) { in mlirPDLAttributeTypeGet() function
35 return cls(mlirPDLAttributeTypeGet(ctx)); in populateDialectPDLSubmodule()
27 MlirType constructedType = mlirPDLAttributeTypeGet(ctx); in testAttributeType()