Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LShr

486   case Instruction::LShr:
494 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
495 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
509 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
510 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
1507 Val2 = Val.lshr(NextWidth);