Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

753     Mult = Mult.lshr(TwoFactors);
3291 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
3759 case Instruction::LShr:
5330 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D
5337 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod);