Lines Matching refs:LShr
1177 Result.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift));1184 Dest.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift));1583 Elt.IntVal = Elt.IntVal.lshr(ShiftAmt);2043 case Instruction::LShr: 2044 Dest.IntVal = Op0.IntVal.lshr(Op1.IntVal.getZExtValue());