Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
10161 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local10162 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()10166 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()10167 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()10194 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()10196 llvm::any_of(ShiftOperand->uses(), UserOfLowerBits)) { in combineShiftToMULH()
46949 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local46950 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()46964 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()46965 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()