LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/User.h"
#include "llvm/Support/Casting.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
Go to the source code of this file.
Classes | |
class | llvm::generic_gep_type_iterator< ItTy > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Typedefs | |
using | llvm::gep_type_iterator = generic_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) |