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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1782   case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break;