#include "llvm-c/Types.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/Use.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/Casting.h"
#include <cassert>
#include <iterator>
#include <memory>
#include "llvm/IR/Value.def"
Go to the source code of this file.
|
| class | llvm::StringMapEntry< ValueTy > |
| | StringMapEntry - This is used to represent one value that is inserted into a StringMap. More...
|
| |
| class | llvm::Value |
| | LLVM Value Representation. More...
|
| |
| struct | llvm::ValueDeleter |
| |
| struct | llvm::isa_impl< Constant, Value > |
| |
| struct | llvm::isa_impl< ConstantData, Value > |
| |
| struct | llvm::isa_impl< ConstantAggregate, Value > |
| |
| struct | llvm::isa_impl< Argument, Value > |
| |
| struct | llvm::isa_impl< InlineAsm, Value > |
| |
| struct | llvm::isa_impl< Instruction, Value > |
| |
| struct | llvm::isa_impl< BasicBlock, Value > |
| |
| struct | llvm::isa_impl< Function, Value > |
| |
| struct | llvm::isa_impl< GlobalVariable, Value > |
| |
| struct | llvm::isa_impl< GlobalAlias, Value > |
| |
| struct | llvm::isa_impl< GlobalIFunc, Value > |
| |
| struct | llvm::isa_impl< GlobalIndirectSymbol, Value > |
| |
| struct | llvm::isa_impl< GlobalValue, Value > |
| |
| struct | llvm::isa_impl< GlobalObject, Value > |
| |
|
| | llvm |
| | This class represents lattice values for constants.
|
| |
◆ HANDLE_CONSTANT_MARKER
| #define HANDLE_CONSTANT_MARKER |
( |
|
Marker, |
|
|
|
Constant |
|
) |
| Marker = Constant##Val, |
◆ HANDLE_VALUE