Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
9807 struct PromotedRange { struct9809 llvm::APSInt PromotedMin;9811 llvm::APSInt PromotedMax;9813 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function9834 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()9837 enum ComparisonResult {9856 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()9883 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()