Searched refs:PromotedMin (Results 1 – 1 of 1) sorted by relevance
11480 llvm::APSInt PromotedMin; member11486 PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned); in PromotedRange()11491 PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned); in PromotedRange()11494 PromotedMin = llvm::APSInt::getMinValue(R.Width, R.NonNegative) in PromotedRange()11496 PromotedMin.setIsUnsigned(Unsigned); in PromotedRange()11505 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()11528 assert(Value.getBitWidth() == PromotedMin.getBitWidth() && in compare()11529 Value.isUnsigned() == PromotedMin.isUnsigned()); in compare()11534 if (Value >= PromotedMin) return InRange; in compare()11539 switch (llvm::APSInt::compareValues(Value, PromotedMin)) { in compare()[all …]