Home
last modified time | relevance | path

Searched refs:ShiftOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8921 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMulAddHigh() local
8922 if (ShiftOperand.getOpcode() != ISD::ADD) in combineShiftToMulAddHigh()
8926 SDValue MulOp = ShiftOperand.getOperand(0); in combineShiftToMulAddHigh()
8927 SDValue AddOp = ShiftOperand.getOperand(1); in combineShiftToMulAddHigh()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10640 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
10641 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()