Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8459 SDValue ShiftOperand = N->getOperand(0); in combineShiftToMULH() local
8460 if (ShiftOperand.getOpcode() != ISD::MUL) in combineShiftToMULH()
8464 SDValue LeftOp = ShiftOperand.getOperand(0); in combineShiftToMULH()
8465 SDValue RightOp = ShiftOperand.getOperand(1); in combineShiftToMULH()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43267 SDValue ShiftOperand = N->getOperand(0); in combineShiftToPMULH() local
43268 if (ShiftOperand.getOpcode() != ISD::MUL || !ShiftOperand.hasOneUse()) in combineShiftToPMULH()
43282 SDValue LHS = ShiftOperand.getOperand(0); in combineShiftToPMULH()
43283 SDValue RHS = ShiftOperand.getOperand(1); in combineShiftToPMULH()