Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
12840 struct PromotedRange { struct12842 llvm::APSInt PromotedMin;12844 llvm::APSInt PromotedMax;12846 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function12867 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()12870 enum ComparisonResult {12889 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()12916 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()