Lines Matching defs:Lg2
18442 unsigned Lg2 = Divisor.countr_zero();18443 if (Lg2 == 0)18448 SDValue Pow2MinusOne = DAG.getConstant((1ULL << Lg2) - 1, DL, VT);18451 if (Lg2 == 1) {