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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  364   SDValue PromoteIntOp_SINT_TO_FP(SDNode *N);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1177   case ISD::SINT_TO_FP:   Res = PromoteIntOp_SINT_TO_FP(N); break;