LLVM API Documentation
#include <ConstantsScanner.h>
Inheritance diagram for llvm::constant_iterator:
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 |
_Self & | operator++ () |
_Self | operator++ (int) |
bool | atEnd () const |
Definition at line 27 of file ConstantsScanner.h.
|
Definition at line 40 of file ConstantsScanner.h. References llvm::inst_end(), and operator++(). |
|
Definition at line 47 of file ConstantsScanner.h. |
|
Definition at line 81 of file ConstantsScanner.h. References llvm::InstIterator< _BB_t, _BB_i_t, _BI_t, _II_t >::atEnd(). |
|
Definition at line 55 of file ConstantsScanner.h. Referenced by operator->(). |
|
Definition at line 53 of file ConstantsScanner.h. References operator==(). |
|
Definition at line 77 of file ConstantsScanner.h. |
|
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(). |
|
Definition at line 59 of file ConstantsScanner.h. References operator *(). |
|
Definition at line 51 of file ConstantsScanner.h. Referenced by operator!=(). |