LLVM 20.0.0git
|
#include "llvm/CodeGen/SelectionDAGNodes.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = SDNode |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
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 3154 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::difference_type = std::ptrdiff_t |
Definition at line 3163 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::iterator_category = std::forward_iterator_tag |
Definition at line 3161 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::pointer = value_type * |
Definition at line 3164 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::reference = value_type & |
Definition at line 3165 of file SelectionDAGNodes.h.
Definition at line 3162 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 3190 of file SelectionDAGNodes.h.
References N.
Referenced by llvm::GraphTraits< SDNode * >::child_begin(), llvm::DOTGraphTraits< SelectionDAG * >::getEdgeSourceLabel(), llvm::DOTGraphTraits< SelectionDAG * >::getEdgeTarget(), and llvm::TargetLowering::SimplifyDemandedBits().
|
inlinestatic |
Definition at line 3191 of file SelectionDAGNodes.h.
References N.
Referenced by llvm::GraphTraits< SDNode * >::child_end(), and llvm::TargetLowering::SimplifyDemandedBits().
Definition at line 3196 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3195 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3170 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Definition at line 3172 of file SelectionDAGNodes.h.
Referenced by operator->().
|
inline |
Definition at line 3177 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3181 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3184 of file SelectionDAGNodes.h.
References assert(), and llvm::Other.
|
inline |
Definition at line 3175 of file SelectionDAGNodes.h.
References operator*().
|
inline |
Definition at line 3167 of file SelectionDAGNodes.h.
Referenced by operator!=().