Lines Matching defs:Lg2
7508 unsigned Lg2 = Divisor.countTrailingZeros();7510 SDValue Pow2MinusOne = DAG.getConstant((1ULL << Lg2) - 1, DL, VT);7526 DAG.getNode(ISD::SRA, DL, VT, CSel, DAG.getConstant(Lg2, DL, MVT::i64));