LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::ValueHandle Class Reference

#include <TransformInternals.h>

Inheritance diagram for llvm::ValueHandle:

Inheritance graph
[legend]
Collaboration diagram for llvm::ValueHandle:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ValueHandle (ValueMapCache &VMC, Value *V)
 ValueHandle (const ValueHandle &)
 ~ValueHandle ()
virtual Instructionclone () 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)

Detailed Description

Definition at line 61 of file TransformInternals.h.


Constructor & Destructor Documentation

ValueHandle::ValueHandle ValueMapCache VMC,
Value V
 

Definition at line 1260 of file ExprTypeConvert.cpp.

References llvm::User::Operands.

ValueHandle::ValueHandle const ValueHandle  ) 
 

Definition at line 1266 of file ExprTypeConvert.cpp.

References llvm::User::getOperand(), and llvm::User::Operands.

ValueHandle::~ValueHandle  ) 
 

Definition at line 1293 of file ExprTypeConvert.cpp.

References llvm::Value::hasOneUse(), llvm::User::Operands, RecursiveDelete(), and V.


Member Function Documentation

static bool llvm::ValueHandle::classof const Value V  )  [inline, static]
 

Reimplemented from llvm::Instruction.

Definition at line 83 of file TransformInternals.h.

References classof().

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 80 of file TransformInternals.h.

References llvm::Instruction::getOpcode(), and llvm::Instruction::UserOp1.

static bool llvm::ValueHandle::classof const ValueHandle  )  [inline, static]
 

Definition at line 79 of file TransformInternals.h.

Referenced by classof().

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 68 of file TransformInternals.h.

References abort().

virtual const char* llvm::ValueHandle::getOpcodeName  )  const [inline, virtual]
 

Reimplemented from llvm::Instruction.

Definition at line 70 of file TransformInternals.h.

bool llvm::ValueHandle::operator< const ValueHandle VH  )  const [inline]
 

Definition at line 74 of file TransformInternals.h.

References llvm::User::getOperand().


The documentation for this class was generated from the following files: