Home | History | Annotate | Download | only in IR

Lines Matching defs:LowV

3162     APInt LowV = Low->getValue();
3163 ConstantRange CurRange(LowV, HighV);
3169 Assert(LowV.sgt(LastRange.getLower()), "Intervals are not in order",
3174 LastRange = ConstantRange(LowV, HighV);