Searched refs:OppShiftLHS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6023 SDValue OppShiftLHS = OppShift.getOperand(0); local
6024 EVT ShiftedVT = OppShiftLHS.getValueType();
6033 ExtractFrom.getOperand(0) == OppShiftLHS &&
6035 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS,
6061 if (OppShiftLHS.getOpcode() != ExtractFrom.getOpcode() ||
6062 OppShiftLHS.getOperand(0) != ExtractFrom.getOperand(0) ||
6067 ConstantSDNode *OppLHSCst = isConstOrConstSplat(OppShiftLHS.getOperand(1));
6115 return DAG.getNode(Opcode, DL, ResVT, OppShiftLHS, NewShiftNode);

Completed in 129 milliseconds