Searched refs:PromotedMax (Results 1 – 1 of 1) sorted by relevance
10952 llvm::APSInt PromotedMax; member10956 PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned); in PromotedRange()10962 PromotedMax = llvm::APSInt::getMaxValue(BitWidth, Unsigned); in PromotedRange()10968 PromotedMax = llvm::APSInt::getMaxValue(R.Width, R.NonNegative) in PromotedRange()10970 PromotedMax.setIsUnsigned(Unsigned); in PromotedRange()10975 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()11005 if (Value <= PromotedMax) return InRange; in compare()11011 case 0: return PromotedMin == PromotedMax ? OnlyValue : Min; in compare()11013 switch (llvm::APSInt::compareValues(Value, PromotedMax)) { in compare()