Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

745     Mult = Mult.lshr(TwoFactors);
3294 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
3762 case Instruction::LShr:
5328 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D
5335 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod);