Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

756     Mult = Mult.lshr(TwoFactors);
3332 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
3800 case Instruction::LShr:
5413 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D
5420 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod);