Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

484   case Instruction::LShr:
493 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
494 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
509 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
510 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
1377 Val2 = Val.lshr(NextWidth);