Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10161 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
10162 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()
10166 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()
10167 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
10194 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()
10196 llvm::any_of(ShiftOperand->uses(), UserOfLowerBits)) { in combineShiftToMULH()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46949 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local
46950 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()
46964 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()
46965 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()