Searched refs:typeType (Results 1 – 4 of 4) sorted by relevance
145 MlirType typeType = mlirPDLTypeTypeGet(ctx); in testRangeType() local148 MlirType constructedType = mlirPDLRangeTypeGet(typeType); in testRangeType()151 assert(!mlirTypeIsNull(typeType) && "couldn't get PDLTypeType"); in testRangeType()196 fprintf(stderr, "equal: %d\n", mlirTypeEqual(typeType, elementType)); in testRangeType()
71 typeType = Type.parse("!pdl.type")73 constructedType = pdl.RangeType.get(typeType)89 assert elementType == typeType
76 auto typeType = mlir_type_subclass(m, "TypeType", mlirTypeIsAPDLTypeType); in populateDialectPDLSubmodule() local77 typeType.def_classmethod( in populateDialectPDLSubmodule()
963 Type typeType = $_builder.getType<pdl::TypeType>();965 valType.isa<pdl::RangeType>() ? pdl::RangeType::get(typeType)966 : typeType,