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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1784   case ISD::SMULO: ExpandIntRes_XMULO(N, Lo, Hi); break;