Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
10948 struct PromotedRange { struct10950 llvm::APSInt PromotedMin;10952 llvm::APSInt PromotedMax;10954 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function10975 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()10978 enum ComparisonResult {10997 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()11024 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()