LLVM 19.0.0git
Public Types | Public Member Functions | Friends | List of all members
llvm::sandboxir::OperandUseIterator Class Reference

Returns the operand edge when dereferenced. More...

#include "llvm/SandboxIR/SandboxIR.h"

Public Types

using difference_type = std::ptrdiff_t
 
using value_type = sandboxir::Use
 
using pointer = value_type *
 
using reference = value_type &
 
using iterator_category = std::input_iterator_tag
 

Public Member Functions

 OperandUseIterator ()=default
 
value_type operator* () const
 
OperandUseIteratoroperator++ ()
 
bool operator== (const OperandUseIterator &Other) const
 
bool operator!= (const OperandUseIterator &Other) const
 

Friends

class User
 

Detailed Description

Returns the operand edge when dereferenced.

Definition at line 114 of file SandboxIR.h.

Member Typedef Documentation

◆ difference_type

Definition at line 123 of file SandboxIR.h.

◆ iterator_category

Definition at line 127 of file SandboxIR.h.

◆ pointer

Definition at line 125 of file SandboxIR.h.

◆ reference

Definition at line 126 of file SandboxIR.h.

◆ value_type

Definition at line 124 of file SandboxIR.h.

Constructor & Destructor Documentation

◆ OperandUseIterator()

llvm::sandboxir::OperandUseIterator::OperandUseIterator ( )
default

Member Function Documentation

◆ operator!=()

bool llvm::sandboxir::OperandUseIterator::operator!= ( const OperandUseIterator Other) const
inline

Definition at line 135 of file SandboxIR.h.

References llvm::Other.

◆ operator*()

Use OperandUseIterator::operator* ( ) const

Definition at line 53 of file SandboxIR.cpp.

◆ operator++()

OperandUseIterator & OperandUseIterator::operator++ ( )

◆ operator==()

bool llvm::sandboxir::OperandUseIterator::operator== ( const OperandUseIterator Other) const
inline

Definition at line 132 of file SandboxIR.h.

References llvm::Other.

Friends And Related Function Documentation

◆ User

friend class User
friend

Definition at line 118 of file SandboxIR.h.


The documentation for this class was generated from the following files: