Home | History | Annotate | Download | only in Utils

Lines Matching refs:lshr

233   case Instruction::LShr:
1482 B = B.lshr(1);
1485 A = A.lshr(BitsLost);
1486 C = C.lshr(BitsLost);
1487 D = D.lshr(BitsLost);
1702 ProbTrue = ProbTrue.lshr(BitsLost*2);
1707 ProbTrue = ProbTrue.lshr(BitsLost*2);
1708 Tmp1 = Tmp1.lshr(BitsLost*2);
1713 ProbTrue = ProbTrue.lshr(BitsLost*2);
1714 Tmp1 = Tmp1.lshr(BitsLost*2);
1715 Tmp2 = Tmp2.lshr(BitsLost*2);
1723 ProbTrue = ProbTrue.lshr(1);
1724 Tmp1 = Tmp1.lshr(1);
1725 Tmp2 = Tmp2.lshr(1);
1726 Tmp3 = Tmp3.lshr(1);
1733 ProbTrue = ProbTrue.lshr(1);
1734 ProbFalse = ProbFalse.lshr(1);