LLVM API Documentation

Value.h File Reference

#include "llvm/AbstractTypeUser.h"
#include "llvm/Use.h"
#include "llvm/Support/Casting.h"
#include <string>

Include dependency graph for Value.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::Value
 LLVM Value Representation. More...

Functions

std::ostream & llvm::operator<< (std::ostream &OS, const Value &V)
template<>
bool llvm::isa_impl< Constant, Value > (const Value &Val)
template<>
bool llvm::isa_impl< Argument, Value > (const Value &Val)
template<>
bool llvm::isa_impl< InlineAsm, Value > (const Value &Val)
template<>
bool llvm::isa_impl< Instruction, Value > (const Value &Val)
template<>
bool llvm::isa_impl< BasicBlock, Value > (const Value &Val)
template<>
bool llvm::isa_impl< Function, Value > (const Value &Val)
template<>
bool llvm::isa_impl< GlobalVariable, Value > (const Value &Val)
template<>
bool llvm::isa_impl< GlobalValue, Value > (const Value &Val)