|
LLVM
4.0.0
|
#include <SelectionDAGNodes.h>
Public Member Functions | |
| bool | operator== (const SDNodeIterator &x) const |
| bool | operator!= (const SDNodeIterator &x) const |
| pointer | operator* () const |
| pointer | operator-> () const |
| SDNodeIterator & | operator++ () |
| SDNodeIterator | operator++ (int) |
| size_t | operator- (SDNodeIterator Other) const |
| unsigned | getOperand () const |
| const SDNode * | getNode () const |
Static Public Member Functions | |
| static SDNodeIterator | begin (const SDNode *N) |
| static SDNodeIterator | end (const SDNode *N) |
Definition at line 2142 of file SelectionDAGNodes.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 2174 of file SelectionDAGNodes.h.
References llvm::SDNode::getNumOperands().
Referenced by llvm::GraphTraits< SDNode * >::child_end(), and llvm::TargetLowering::SimplifyDemandedBits().
Definition at line 2179 of file SelectionDAGNodes.h.
Referenced by llvm::DOTGraphTraits< SelectionDAG * >::getEdgeTarget().
|
inline |
Definition at line 2178 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2153 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Definition at line 2155 of file SelectionDAGNodes.h.
References llvm::SDValue::getNode(), and llvm::SDNode::getOperand().
Referenced by operator->().
|
inline |
Definition at line 2160 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2164 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2167 of file SelectionDAGNodes.h.
References assert().
|
inline |
Definition at line 2158 of file SelectionDAGNodes.h.
References operator*().
|
inline |
Definition at line 2150 of file SelectionDAGNodes.h.
Referenced by operator!=().
1.8.6