LLVM API Documentation

llvm::value_use_iterator< UserTy > Class Template Reference

#include <Use.h>

Inheritance diagram for llvm::value_use_iterator< UserTy >:

Inheritance graph
[legend]
Collaboration diagram for llvm::value_use_iterator< UserTy >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef super::reference reference
typedef super::pointer pointer

Public Member Functions

 value_use_iterator (const _Self &I)
 value_use_iterator ()
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
_Selfoperator++ ()
_Self operator++ (int)
UserTy * operator * () const
UserTy * operator-> () const
UsegetUse () const

Friends

class Value

Detailed Description

template<typename UserTy>
class llvm::value_use_iterator< UserTy >

Definition at line 103 of file Use.h.


Member Typedef Documentation

template<typename UserTy>
typedef super::pointer llvm::value_use_iterator< UserTy >::pointer

Definition at line 112 of file Use.h.

template<typename UserTy>
typedef super::reference llvm::value_use_iterator< UserTy >::reference

Definition at line 111 of file Use.h.


Constructor & Destructor Documentation

template<typename UserTy>
llvm::value_use_iterator< UserTy >::value_use_iterator ( const _Self I  )  [inline]

Definition at line 114 of file Use.h.

template<typename UserTy>
llvm::value_use_iterator< UserTy >::value_use_iterator (  )  [inline]

Definition at line 115 of file Use.h.


Member Function Documentation

template<typename UserTy>
Use& llvm::value_use_iterator< UserTy >::getUse (  )  const [inline]

Definition at line 142 of file Use.h.

References U.

template<typename UserTy>
UserTy* llvm::value_use_iterator< UserTy >::operator * (  )  const [inline]

Definition at line 135 of file Use.h.

References U.

Referenced by llvm::value_use_iterator< UserTy >::operator->().

template<typename UserTy>
bool llvm::value_use_iterator< UserTy >::operator!= ( const _Self x  )  const [inline]

Definition at line 120 of file Use.h.

References llvm::value_use_iterator< UserTy >::operator==().

template<typename UserTy>
_Self llvm::value_use_iterator< UserTy >::operator++ ( int   )  [inline]

Definition at line 130 of file Use.h.

template<typename UserTy>
_Self& llvm::value_use_iterator< UserTy >::operator++ (  )  [inline]

Definition at line 125 of file Use.h.

References U.

template<typename UserTy>
UserTy* llvm::value_use_iterator< UserTy >::operator-> (  )  const [inline]

Definition at line 140 of file Use.h.

References llvm::value_use_iterator< UserTy >::operator *().

template<typename UserTy>
bool llvm::value_use_iterator< UserTy >::operator== ( const _Self x  )  const [inline]

Definition at line 117 of file Use.h.

References llvm::value_use_iterator< UserTy >::U, and U.

Referenced by llvm::value_use_iterator< UserTy >::operator!=().


Friends And Related Function Documentation

template<typename UserTy>
friend class Value [friend]

Definition at line 109 of file Use.h.


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