Searched refs:mlirPDLValueTypeGet (Results 1 – 4 of 4) sorted by relevance
67 MLIR_CAPI_EXPORTED MlirType mlirPDLValueTypeGet(MlirContext ctx);
87 MlirType mlirPDLValueTypeGet(MlirContext ctx) { in mlirPDLValueTypeGet() function
93 return cls(mlirPDLValueTypeGet(ctx)); in populateDialectPDLSubmodule()
274 MlirType constructedType = mlirPDLValueTypeGet(ctx); in testValueType()