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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4166   SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3335     Results.push_back(TLI.expandAddSubSat(Node, DAG));
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2861   SDValue Result = TLI.expandAddSubSat(N, DAG);
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1357   if (SDValue Expanded = TLI.expandAddSubSat(Op.getNode(), DAG))