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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1144   case ISD::FCBRT:      ExpandFloatRes_FCBRT(N, Lo, Hi); break;