Searched refs:ShiftedAmount (Results 1 – 1 of 1) sorted by relevance
15474 unsigned ShiftedAmount = 8 - ShAmtCLeft->getZExtValue(); in combineSubShiftToOrcB() local15476 if (ShiftedAmount >= 8) in combineSubShiftToOrcB()15482 if (ShiftedAmount != 0) { // Right operand must be a right shift. in combineSubShiftToOrcB()15486 if (!ShAmtCRight || ShAmtCRight->getZExtValue() != ShiftedAmount) in combineSubShiftToOrcB()15492 if (!N0.hasOneUse() && (ShiftedAmount == 0 || !N1.hasOneUse())) in combineSubShiftToOrcB()15499 Mask <<= ShiftedAmount; in combineSubShiftToOrcB()