Searched refs:PromotedMin (Results 1 – 1 of 1) sorted by relevance
10950 llvm::APSInt PromotedMin; member10956 PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned); in PromotedRange()10961 PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned); in PromotedRange()10964 PromotedMin = llvm::APSInt::getMinValue(R.Width, R.NonNegative) in PromotedRange()10966 PromotedMin.setIsUnsigned(Unsigned); in PromotedRange()10975 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()10998 assert(Value.getBitWidth() == PromotedMin.getBitWidth() && in compare()10999 Value.isUnsigned() == PromotedMin.isUnsigned()); in compare()11004 if (Value >= PromotedMin) return InRange; in compare()11009 switch (llvm::APSInt::compareValues(Value, PromotedMin)) { in compare()[all …]