Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
9423 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local9424 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()9428 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()9429 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()9456 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()9458 llvm::any_of(ShiftOperand->uses(), UserOfLowerBits)) { in combineShiftToMULH()
47739 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local47740 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()47754 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()47755 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()