LLVM API Documentation
#include "llvm/User.h"
#include "llvm/DerivedTypes.h"
Include dependency graph for GetElementPtrTypeIterator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
class | llvm::generic_gep_type_iterator< ItTy > |
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 ItTy> | |
generic_gep_type_iterator< ItTy > | llvm::gep_type_begin (const Type *Op0, ItTy I, ItTy E) |
template<typename ItTy> | |
generic_gep_type_iterator< ItTy > | llvm::gep_type_end (const Type *Op0, ItTy I, ItTy E) |