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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1171   case ISD::FREM:       ExpandFloatRes_FREM(N, Lo, Hi); break;