Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Lg2

11217   unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros();
11218 SDValue ShiftAmt = DAG.getConstant(Lg2, DL, VT);