Lines Matching defs:ShiftR
28396 SDValue ShiftR = Op->getOperand(0);28397 if (ShiftR->getOpcode() != AArch64ISD::VLSHR)28400 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse())28404 unsigned ShiftRBits = ShiftR->getConstantOperandVal(1);28422 return TLO.CombineTo(Op, ShiftR->getOperand(0));