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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  502   SDValue SoftenFloatRes_FDIV(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
   75     case ISD::FDIV:        R = SoftenFloatRes_FDIV(N); break;