Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
8459 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local8460 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()8464 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()8465 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
43267 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local43268 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()43282 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()43283 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()