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

Declarations

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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2908     if (TLI.expandFP_TO_UINT(Node, Tmp1, Tmp2, DAG))
 2912     if (TLI.expandFP_TO_UINT(Node, Tmp1, Tmp2, DAG)) {
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1192   if (TLI.expandFP_TO_UINT(Op.getNode(), Result, Chain, DAG)) {