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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1687   case ISD::AssertSext:  ExpandIntRes_AssertSext(N, Lo, Hi); break;