Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LShr

755     Mult = Mult.lshr(TwoFactors);
3427 APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
3902 case Instruction::LShr:
5597 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D
5604 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod);