Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:lshr

895     Dest.IntVal = Src1.IntVal.lshr(Src2.IntVal.getZExtValue());
1228 case Instruction::LShr:
1229 Dest.IntVal = Op0.IntVal.lshr(Op1.IntVal.getZExtValue());