Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:lshr

924     Dest.IntVal = Src1.IntVal.lshr(Src2.IntVal.getZExtValue());
1259 case Instruction::LShr:
1260 Dest.IntVal = Op0.IntVal.lshr(Op1.IntVal.getZExtValue());