|
LLVM
3.7.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 2185 of file SelectionDAGNodes.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 2216 of file SelectionDAGNodes.h.
References llvm::SDNode::getNumOperands().
Referenced by llvm::GraphTraits< SDNode * >::child_end(), and llvm::TargetLowering::SimplifyDemandedBits().
Definition at line 2221 of file SelectionDAGNodes.h.
Referenced by llvm::DOTGraphTraits< SelectionDAG * >::getEdgeTarget().
|
inline |
Definition at line 2220 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2195 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Definition at line 2197 of file SelectionDAGNodes.h.
References llvm::SDValue::getNode(), and llvm::SDNode::getOperand().
Referenced by operator->().
|
inline |
Definition at line 2202 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2206 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2209 of file SelectionDAGNodes.h.
|
inline |
Definition at line 2200 of file SelectionDAGNodes.h.
References operator*().
|
inline |
Definition at line 2192 of file SelectionDAGNodes.h.
Referenced by operator!=().
1.8.6