Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
11205 struct PromotedRange { struct11207 llvm::APSInt PromotedMin;11209 llvm::APSInt PromotedMax;11211 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() argument11232 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()11235 enum ComparisonResult {11254 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()11281 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()