Searched refs:PromotedMin (Results 1 – 1 of 1) sorted by relevance
12519 llvm::APSInt PromotedMin; member12525 PromotedMin = PromotedMax = llvm::APSInt(BitWidth, Unsigned); in PromotedRange()12530 PromotedMin = llvm::APSInt::getMinValue(BitWidth, Unsigned); in PromotedRange()12533 PromotedMin = llvm::APSInt::getMinValue(R.Width, R.NonNegative) in PromotedRange()12535 PromotedMin.setIsUnsigned(Unsigned); in PromotedRange()12544 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()12567 assert(Value.getBitWidth() == PromotedMin.getBitWidth() && in compare()12568 Value.isUnsigned() == PromotedMin.isUnsigned()); in compare()12573 if (Value >= PromotedMin) return InRange; in compare()12578 switch (llvm::APSInt::compareValues(Value, PromotedMin)) { in compare()[all …]