Lines Matching refs:Range
65 /// constantrange - The Value falls within this range.
77 ConstantRange Range;
80 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {}
118 "Cannot get the constant-range of a non-constant-range!");
119 return Range;
170 bool changed = Range == NewR;
171 Range = NewR;
180 Range = NewR;
193 Range = RHS.Range;
223 // FIXME: consider the case where RHS is a range [1, 0) and LHS is
260 ConstantRange NewR = Range.unionWith(RHS.getConstantRange());
717 // Figure out the range of the LHS. If that fails, bail.
839 // Calculate the range of values that would satisfy the comparison.