LLVM API Documentation
#include <TransformInternals.h>
Inheritance diagram for llvm::ValueHandle:


Public Member Functions | |
| ValueHandle (ValueMapCache &VMC, Value *V) | |
| ValueHandle (const ValueHandle &) | |
| ~ValueHandle () | |
| virtual Instruction * | clone () const |
| virtual const char * | getOpcodeName () const |
| bool | operator< (const ValueHandle &VH) const |
Static Public Member Functions | |
| static bool | classof (const ValueHandle *) |
| static bool | classof (const Instruction *I) |
| Methods for support type inquiry through isa, cast, and dyn_cast:. | |
| static bool | classof (const Value *V) |
Definition at line 47 of file TransformInternals.h.
| ValueHandle::ValueHandle | ( | ValueMapCache & | VMC, | |
| Value * | V | |||
| ) |
Definition at line 954 of file ExprTypeConvert.cpp.
| ValueHandle::ValueHandle | ( | const ValueHandle & | ) |
Definition at line 959 of file ExprTypeConvert.cpp.
| ValueHandle::~ValueHandle | ( | ) |
Definition at line 986 of file ExprTypeConvert.cpp.
References RecursiveDelete(), llvm::Use::set(), and V.
| virtual Instruction* llvm::ValueHandle::clone | ( | ) | const [inline, virtual] |
clone() - Create a copy of 'this' instruction that is identical in all ways except the following: The instruction has no parent The instruction has no name
Implements llvm::Instruction.
Definition at line 55 of file TransformInternals.h.
| virtual const char* llvm::ValueHandle::getOpcodeName | ( | ) | const [inline, virtual] |
| bool llvm::ValueHandle::operator< | ( | const ValueHandle & | VH | ) | const [inline] |
| static bool llvm::ValueHandle::classof | ( | const ValueHandle * | ) | [inline, static] |
| static bool llvm::ValueHandle::classof | ( | const Instruction * | I | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::Instruction.
Definition at line 67 of file TransformInternals.h.
References llvm::Instruction::getOpcode(), and llvm::Instruction::UserOp1.
| static bool llvm::ValueHandle::classof | ( | const Value * | V | ) | [inline, static] |