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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4081   bool expandFP_TO_SINT(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2897     if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG))
 2901     if (TLI.expandFP_TO_SINT(Node, Tmp1, DAG)) {
lib/Target/AMDGPU/R600ISelLowering.cpp
  673     if (expandFP_TO_SINT(N, Result, DAG))