Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance
8921 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMulAddHigh() local8922 if (ShiftOperand.getOpcode() != ISD::ADD) in combineShiftToMulAddHigh()8926 SDValue MulOp = ShiftOperand.getOperand(0); in combineShiftToMulAddHigh()8927 SDValue AddOp = ShiftOperand.getOperand(1); in combineShiftToMulAddHigh()
10640 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local10641 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()10645 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()10646 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()10673 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()10675 llvm::any_of(ShiftOperand->users(), UserOfLowerBits)) { in combineShiftToMULH()