Home | History | Annotate | Download | only in Analysis

Lines Matching refs:StepV

6159     const APInt &StepV = StepC->getValue()->getValue();
6160 // StepV.isPowerOf2() returns true if StepV is an positive power of two. It
6161 // also returns true if StepV is maximally negative (eg, INT_MIN), but that
6163 if (StepV.isPowerOf2() &&
6164 GetMinTrailingZeros(Distance) >= StepV.countTrailingZeros())