Searched defs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
11478 struct PromotedRange { struct11480 llvm::APSInt PromotedMin;11482 llvm::APSInt PromotedMax;11484 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function11505 bool isContiguous() const { return PromotedMin <= PromotedMax; } in isContiguous()11508 enum ComparisonResult {11527 ComparisonResult compare(const llvm::APSInt &Value) const { in compare()11554 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue()