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

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1529   OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2352     if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2520   if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2612     if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2644     if (DAG.computeOverflowKind(Y, One) == SelectionDAG::OFK_Never)