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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  454   SDValue ExpandIntOp_SINT_TO_FP(SDNode *N);

References

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