#include #include #include "llvm/IR/Value.def"">

LLVM: include/llvm/IR/Value.h File Reference (original) (raw)

#include "[llvm-c/Types.h](Types%5F8h%5Fsource.html)"
#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"
#include "[llvm/ADT/StringRef.h](StringRef%5F8h%5Fsource.html)"
#include "[llvm/ADT/iterator_range.h](iterator%5F%5Frange%5F8h%5Fsource.html)"
#include "[llvm/IR/Use.h](IR%5F2Use%5F8h%5Fsource.html)"
#include "[llvm/Support/Alignment.h](Alignment%5F8h%5Fsource.html)"
#include "[llvm/Support/CBindingWrapping.h](CBindingWrapping%5F8h%5Fsource.html)"
#include "[llvm/Support/Casting.h](Casting%5F8h%5Fsource.html)"
#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"
#include <cassert>
#include <iterator>
#include <memory>
#include "llvm/IR/Value.def"

Go to the source code of this file.

Classes
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< GlobalValue, Value >
struct llvm::isa_impl< GlobalObject, Value >
Namespaces
namespace llvm
This is an optimization pass for GlobalISel generic memory operations.
Macros
#define HANDLE_VALUE(Name)
#define HANDLE_CONSTANT_MARKER(Marker, Constant)
Functions
raw_ostream & llvm::operator<< (raw_ostream &OS, const Value &V)
Value ** llvm::unwrap (LLVMValueRef *Vals)
template<typename T>
T ** llvm::unwrap (LLVMValueRef *Vals, unsigned Length)
LLVMValueRef * llvm::wrap (const Value **Vals)

HANDLE_CONSTANT_MARKER

#define HANDLE_CONSTANT_MARKER ( Marker,
Constant )

HANDLE_VALUE

#define HANDLE_VALUE ( Name )