Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
10185 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local10186 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()10190 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()10191 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()10218 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()10220 llvm::any_of(ShiftOperand->uses(), UserOfLowerBits)) { in combineShiftToMULH()
48062 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local48063 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()48077 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()48078 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()