Iterator over SDNodes that use a specific SDNode.
Synopsis
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
class user_iterator;
Type Aliases
Name |
Description |
Difference type of the iterator. |
|
Iterator category tag. |
|
Pointer type of the iterator. |
|
Reference type of the iterator. |
|
Value type of the iterator. |
Member Functions
Name |
Description |
|
Construct a singular (end) iterator. |
Return the underlying SDUse. |
|
Return the current user SDNode. |
|
Increment operators |
|
Return the current user SDNode. |
|
Return true if this iterator equals |
|
Return true if this iterator differs from |
Friends
Name |
Description |
Represents one node in the SelectionDAG. |
Created with MrDocs