Searched refs:UBound (Results 1 – 2 of 2) sorted by relevance
2043 auto *UBound = N->getRawUpperBound(); in writeDISubrange() local2044 if (auto *UE = dyn_cast_or_null<ConstantAsMetadata>(UBound)) { in writeDISubrange()2049 Printer.printMetadata("upperBound", UBound, /*ShouldSkipNull */ true); in writeDISubrange()2095 auto *UBound = N->getRawUpperBound(); in writeDIGenericSubrange() local2096 if (IsConstant(UBound)) in writeDIGenericSubrange()2097 Printer.printInt("upperBound", GetConstant(UBound), in writeDIGenericSubrange()2100 Printer.printMetadata("upperBound", UBound, /*ShouldSkipNull */ true); in writeDIGenericSubrange()
1164 auto *UBound = N.getRawUpperBound(); in visitDISubrange() local1165 CheckDI(!UBound || isa<ConstantAsMetadata>(UBound) || in visitDISubrange()1166 isa<DIVariable>(UBound) || isa<DIExpression>(UBound), in visitDISubrange()1187 auto *UBound = N.getRawUpperBound(); in visitDIGenericSubrange() local1188 CheckDI(!UBound || isa<DIVariable>(UBound) || isa<DIExpression>(UBound), in visitDIGenericSubrange()