Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

496   case Instruction::LShr:
505 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
506 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
521 KnownZero = APIntOps::lshr(KnownZero, ShiftAmt);
522 KnownOne = APIntOps::lshr(KnownOne, ShiftAmt);
1468 Val2 = Val.lshr(NextWidth);