Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8497 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
8498 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()
8502 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()
8503 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43582 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local
43583 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()
43597 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()
43598 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()