reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5892   assert(OppShift && ExtractFrom && "Empty SDValue");
 5894       (OppShift.getOpcode() == ISD::SHL || OppShift.getOpcode() == ISD::SRL) &&
 5894       (OppShift.getOpcode() == ISD::SHL || OppShift.getOpcode() == ISD::SRL) &&
 5900   SDValue OppShiftLHS = OppShift.getOperand(0);
 5904   ConstantSDNode *OppShiftCst = isConstOrConstSplat(OppShift.getOperand(1));
 5907   if (OppShift.getOpcode() == ISD::SRL && OppShiftCst &&
 5932   if ((OppShift.getOpcode() != ISD::SRL || !SelectOpcode(ISD::SHL, ISD::MUL)) &&
 5933       (OppShift.getOpcode() != ISD::SHL || !SelectOpcode(ISD::SRL, ISD::UDIV)))
 5989   EVT ShiftVT = OppShift.getOperand(1).getValueType();