Searched refs:mlirTypeIsAPDLValueType (Results 1 – 4 of 4) sorted by relevance
49 mlirTypeIsAPDLValueType(parsedType)); in testAttributeType()68 mlirTypeIsAPDLValueType(constructedType)); in testAttributeType()109 mlirTypeIsAPDLValueType(parsedType)); in testOperationType()128 mlirTypeIsAPDLValueType(constructedType)); in testOperationType()172 mlirTypeIsAPDLValueType(parsedType)); in testRangeType()191 mlirTypeIsAPDLValueType(constructedType)); in testRangeType()236 mlirTypeIsAPDLValueType(parsedType)); in testTypeType()255 mlirTypeIsAPDLValueType(constructedType)); in testTypeType()296 mlirTypeIsAPDLValueType(parsedType)); in testValueType()315 mlirTypeIsAPDLValueType(constructedType)); in testValueType()
65 MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLValueType(MlirType type);
83 bool mlirTypeIsAPDLValueType(MlirType type) { in mlirTypeIsAPDLValueType() function
89 auto valueType = mlir_type_subclass(m, "ValueType", mlirTypeIsAPDLValueType); in populateDialectPDLSubmodule()