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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1145   case ISD::FCEIL:      ExpandFloatRes_FCEIL(N, Lo, Hi); break;