Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
8497 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local8498 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()8502 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()8503 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
43582 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local43583 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()43597 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()43598 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()