|
LLVM
8.0.1
|
#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/Use.h"#include "llvm/IR/Value.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstddef>#include <cstdint>#include <iterator>
Go to the source code of this file.
Classes | |
| class | llvm::ArrayRef< T > |
| ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
| class | llvm::MutableArrayRef< T > |
| MutableArrayRef - Represent a mutable reference to an array (0 or more elements consecutively in memory), i.e. More... | |
| struct | llvm::OperandTraits< class > |
| Compile-time customization of User operands. More... | |
| class | llvm::User |
| struct | llvm::User::value_op_iterator |
| Iterator for directly iterating over the operand Values. More... | |
| struct | llvm::User::const_value_op_iterator |
| struct | llvm::simplify_type< User::op_iterator > |
| struct | llvm::simplify_type< User::const_op_iterator > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13