Searched refs:mlirTypeIsAPDLOperationType (Results 1 – 4 of 4) sorted by relevance
40 mlirTypeIsAPDLOperationType(parsedType)); in testAttributeType()59 mlirTypeIsAPDLOperationType(constructedType)); in testAttributeType()100 mlirTypeIsAPDLOperationType(parsedType)); in testOperationType()119 mlirTypeIsAPDLOperationType(constructedType)); in testOperationType()163 mlirTypeIsAPDLOperationType(parsedType)); in testRangeType()182 mlirTypeIsAPDLOperationType(constructedType)); in testRangeType()227 mlirTypeIsAPDLOperationType(parsedType)); in testTypeType()246 mlirTypeIsAPDLOperationType(constructedType)); in testTypeType()287 mlirTypeIsAPDLOperationType(parsedType)); in testValueType()306 mlirTypeIsAPDLOperationType(constructedType)); in testValueType()
39 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLOperationType(MlirType type);
43 bool mlirTypeIsAPDLOperationType(MlirType type) { in mlirTypeIsAPDLOperationType() function
45 mlir_type_subclass(m, "OperationType", mlirTypeIsAPDLOperationType); in populateDialectPDLSubmodule()