LLVM API Documentation


Go to the source code of this file.
Classes | |
| class | llvm::generic_gep_type_iterator< ItTy > |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Typedefs | |
| typedef generic_gep_type_iterator | llvm::gep_type_iterator |
Functions | |
| gep_type_iterator | llvm::gep_type_begin (const User *GEP) |
| gep_type_iterator | llvm::gep_type_end (const User *GEP) |
| gep_type_iterator | llvm::gep_type_begin (const User &GEP) |
| gep_type_iterator | llvm::gep_type_end (const User &GEP) |
| template<typename T > | |
| generic_gep_type_iterator < const T * > | llvm::gep_type_begin (Type *Op0, ArrayRef< T > A) |
| template<typename T > | |
| generic_gep_type_iterator < const T * > | llvm::gep_type_end (Type *, ArrayRef< T > A) |