Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10185 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
10186 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()
10190 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()
10191 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
10218 if (!ShiftOperand.hasOneUse() && in combineShiftToMULH()
10220 llvm::any_of(ShiftOperand->uses(), UserOfLowerBits)) { in combineShiftToMULH()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48062 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local
48063 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()
48077 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()
48078 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()