LLVM 20.0.0git
|
This class provides iterator support for SDUse operands that use a specific SDNode. More...
#include "llvm/CodeGen/SelectionDAGNodes.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = SDUse |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
use_iterator ()=default | |
use_iterator (const use_iterator &I)=default | |
use_iterator & | operator= (const use_iterator &)=default |
bool | operator== (const use_iterator &x) const |
bool | operator!= (const use_iterator &x) const |
use_iterator & | operator++ () |
use_iterator | operator++ (int) |
SDUse & | operator* () const |
Retrieve a pointer to the current user node. | |
SDUse * | operator-> () const |
Friends | |
class | SDNode |
This class provides iterator support for SDUse operands that use a specific SDNode.
Definition at line 789 of file SelectionDAGNodes.h.
using llvm::SDNode::use_iterator::difference_type = std::ptrdiff_t |
Definition at line 799 of file SelectionDAGNodes.h.
using llvm::SDNode::use_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 797 of file SelectionDAGNodes.h.
Definition at line 800 of file SelectionDAGNodes.h.
Definition at line 801 of file SelectionDAGNodes.h.
Definition at line 798 of file SelectionDAGNodes.h.
|
default |
|
default |
|
inline |
Definition at line 808 of file SelectionDAGNodes.h.
References operator==().
|
inline |
Retrieve a pointer to the current user node.
Definition at line 824 of file SelectionDAGNodes.h.
References assert().
Referenced by operator->().
|
inline |
Definition at line 813 of file SelectionDAGNodes.h.
References assert().
|
inline |
Definition at line 819 of file SelectionDAGNodes.h.
|
inline |
Definition at line 829 of file SelectionDAGNodes.h.
References operator*().
|
default |
|
inline |
Definition at line 807 of file SelectionDAGNodes.h.
Referenced by operator!=().
|
friend |
Definition at line 790 of file SelectionDAGNodes.h.