Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9154 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
9155 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()
9159 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()
9160 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46523 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local
46524 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()
46538 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()
46539 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()