LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::constant_iterator Class Reference

#include <ConstantsScanner.h>

Inheritance diagram for llvm::constant_iterator:

Inheritance graph
[legend]
Collaboration diagram for llvm::constant_iterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 constant_iterator (const Function *F)
 constant_iterator (const Function *F, bool)
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
pointer operator * () const
pointer operator-> () const
_Selfoperator++ ()
_Self operator++ (int)
bool atEnd () const

Detailed Description

Definition at line 27 of file ConstantsScanner.h.


Constructor & Destructor Documentation

llvm::constant_iterator::constant_iterator const Function F  )  [inline]
 

Definition at line 40 of file ConstantsScanner.h.

References llvm::inst_end(), and operator++().

llvm::constant_iterator::constant_iterator const Function F,
bool 
[inline]
 

Definition at line 47 of file ConstantsScanner.h.


Member Function Documentation

bool llvm::constant_iterator::atEnd  )  const [inline]
 

Definition at line 81 of file ConstantsScanner.h.

References llvm::InstIterator< _BB_t, _BB_i_t, _BI_t, _II_t >::atEnd().

pointer llvm::constant_iterator::operator *  )  const [inline]
 

Definition at line 55 of file ConstantsScanner.h.

Referenced by operator->().

bool llvm::constant_iterator::operator!= const _Self x  )  const [inline]
 

Definition at line 53 of file ConstantsScanner.h.

References operator==().

_Self llvm::constant_iterator::operator++ int   )  [inline]
 

Definition at line 77 of file ConstantsScanner.h.

_Self& llvm::constant_iterator::operator++  )  [inline]
 

Definition at line 61 of file ConstantsScanner.h.

References llvm::InstIterator< _BB_t, _BB_i_t, _BI_t, _II_t >::atEnd().

Referenced by constant_iterator().

pointer llvm::constant_iterator::operator->  )  const [inline]
 

Definition at line 59 of file ConstantsScanner.h.

References operator *().

bool llvm::constant_iterator::operator== const _Self x  )  const [inline]
 

Definition at line 51 of file ConstantsScanner.h.

References InstI, and OpIdx.

Referenced by operator!=().


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