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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  427   void ExpandIntRes_UDIV              (SDNode *N, SDValue &Lo, SDValue &Hi);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1711   case ISD::UDIV:        ExpandIntRes_UDIV(N, Lo, Hi); break;