Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:lshr

1194       Result.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift));
1201 Dest.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift));
1600 Elt.IntVal = Elt.IntVal.lshr(ShiftAmt);
1865 case Instruction::LShr:
1866 Dest.IntVal = Op0.IntVal.lshr(Op1.IntVal.getZExtValue());