Searched refs:mlirTypeIsAPDLTypeType (Results 1 – 4 of 4) sorted by relevance
46 mlirTypeIsAPDLTypeType(parsedType)); in testAttributeType()65 mlirTypeIsAPDLTypeType(constructedType)); in testAttributeType()106 mlirTypeIsAPDLTypeType(parsedType)); in testOperationType()125 mlirTypeIsAPDLTypeType(constructedType)); in testOperationType()169 mlirTypeIsAPDLTypeType(parsedType)); in testRangeType()188 mlirTypeIsAPDLTypeType(constructedType)); in testRangeType()233 mlirTypeIsAPDLTypeType(parsedType)); in testTypeType()252 mlirTypeIsAPDLTypeType(constructedType)); in testTypeType()293 mlirTypeIsAPDLTypeType(parsedType)); in testValueType()312 mlirTypeIsAPDLTypeType(constructedType)); in testValueType()
57 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLTypeType(MlirType type);
71 bool mlirTypeIsAPDLTypeType(MlirType type) { in mlirTypeIsAPDLTypeType() function
76 auto typeType = mlir_type_subclass(m, "TypeType", mlirTypeIsAPDLTypeType); in populateDialectPDLSubmodule()