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 3115 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::difference_type = std::ptrdiff_t |
Definition at line 3124 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::iterator_category = std::forward_iterator_tag |
Definition at line 3122 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::pointer = value_type * |
Definition at line 3125 of file SelectionDAGNodes.h.
using llvm::SDNodeIterator::reference = value_type & |
Definition at line 3126 of file SelectionDAGNodes.h.
Definition at line 3123 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 3151 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 3152 of file SelectionDAGNodes.h.
References N.
Referenced by llvm::GraphTraits< SDNode * >::child_end(), and llvm::TargetLowering::SimplifyDemandedBits().
Definition at line 3157 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3156 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3131 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Definition at line 3133 of file SelectionDAGNodes.h.
Referenced by operator->().
|
inline |
Definition at line 3138 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3142 of file SelectionDAGNodes.h.
|
inline |
Definition at line 3145 of file SelectionDAGNodes.h.
References assert(), and llvm::Other.
|
inline |
Definition at line 3136 of file SelectionDAGNodes.h.
References operator*().
|
inline |
Definition at line 3128 of file SelectionDAGNodes.h.
Referenced by operator!=().