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 61 of file TransformInternals.h.
|
||||||||||||
|
Definition at line 1260 of file ExprTypeConvert.cpp. References llvm::User::Operands. |
|
|
Definition at line 1266 of file ExprTypeConvert.cpp. References llvm::User::getOperand(), and llvm::User::Operands. |
|
|
Definition at line 1293 of file ExprTypeConvert.cpp. References llvm::Value::hasOneUse(), llvm::User::Operands, RecursiveDelete(), and V. |
|
|
Reimplemented from llvm::Instruction. Definition at line 83 of file TransformInternals.h. References classof(). |
|
|
Methods for support type inquiry through isa, cast, and dyn_cast:.
Reimplemented from llvm::Instruction. Definition at line 80 of file TransformInternals.h. References llvm::Instruction::getOpcode(), and llvm::Instruction::UserOp1. |
|
|
Definition at line 79 of file TransformInternals.h. Referenced by classof(). |
|
|
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 68 of file TransformInternals.h. References abort(). |
|
|
Reimplemented from llvm::Instruction. Definition at line 70 of file TransformInternals.h. |
|
|
Definition at line 74 of file TransformInternals.h. References llvm::User::getOperand(). |