LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
bool | operator== (const SDNodeIterator &x) const |
bool | operator!= (const SDNodeIterator &x) const |
const SDNodeIterator & | operator= (const SDNodeIterator &I) |
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 1817 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 1853 of file SelectionDAGNodes.h.
Referenced by llvm::GraphTraits< SDNode * >::child_begin(), llvm::DOTGraphTraits< SelectionDAG * >::getEdgeSourceLabel(), and llvm::DOTGraphTraits< SelectionDAG * >::getEdgeTarget().
|
inlinestatic |
Definition at line 1854 of file SelectionDAGNodes.h.
References llvm::SDNode::getNumOperands().
Referenced by llvm::GraphTraits< SDNode * >::child_end().
|
inline |
Definition at line 1859 of file SelectionDAGNodes.h.
Referenced by llvm::DOTGraphTraits< SelectionDAG * >::getEdgeTarget().
|
inline |
Definition at line 1858 of file SelectionDAGNodes.h.
|
inline |
Definition at line 1827 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Definition at line 1835 of file SelectionDAGNodes.h.
References llvm::SDValue::getNode(), and llvm::SDNode::getOperand().
Referenced by operator->().
|
inline |
Definition at line 1840 of file SelectionDAGNodes.h.
|
inline |
Definition at line 1844 of file SelectionDAGNodes.h.
|
inline |
Definition at line 1847 of file SelectionDAGNodes.h.
|
inline |
Definition at line 1838 of file SelectionDAGNodes.h.
References operator*().
|
inline |
Definition at line 1829 of file SelectionDAGNodes.h.
|
inline |
Definition at line 1824 of file SelectionDAGNodes.h.
Referenced by operator!=().