LLVM API Documentation

Public Member Functions
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 25 of file ConstantsScanner.h.


Constructor & Destructor Documentation

Definition at line 39 of file ConstantsScanner.h.

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

Definition at line 46 of file ConstantsScanner.h.


Member Function Documentation

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

Definition at line 52 of file ConstantsScanner.h.

References operator==().

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

Definition at line 54 of file ConstantsScanner.h.

References llvm::User::getOperand().

Referenced by operator->().

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

Definition at line 76 of file ConstantsScanner.h.

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

Definition at line 58 of file ConstantsScanner.h.

References operator*().

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

Definition at line 50 of file ConstantsScanner.h.

Referenced by operator!=().


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