Searched refs:PromotedMin (Results 1 – 1 of 1) sorted by relevance
14582 llvm::APSInt PromotedMin; member14588 PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned); in PromotedRange()14593 PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned); in PromotedRange()14596 PromotedMin = llvm::APSInt::getMinValue(R.Width, R.NonNegative) in PromotedRange()14598 PromotedMin.setIsUnsigned(Unsigned); in PromotedRange()14607 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()14630 assert(Value.getBitWidth() == PromotedMin.getBitWidth() && in compare()14631 Value.isUnsigned() == PromotedMin.isUnsigned()); in compare()14636 if (Value >= PromotedMin) return InRange; in compare()14641 switch (llvm::APSInt::compareValues(Value, PromotedMin)) { in compare()[all …]