LLVM API Documentation

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


Constructor & Destructor Documentation

ValueHandle::ValueHandle ( ValueMapCache VMC,
Value V 
)

Definition at line 958 of file ExprTypeConvert.cpp.

ValueHandle::ValueHandle ( const ValueHandle  ) 

Definition at line 963 of file ExprTypeConvert.cpp.

ValueHandle::~ValueHandle (  ) 

Definition at line 990 of file ExprTypeConvert.cpp.

References RecursiveDelete(), llvm::Use::set(), and V.


Member Function Documentation

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

Reimplemented from llvm::Instruction.

Definition at line 70 of file TransformInternals.h.

References classof(), and V.

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 ValueHandle  )  [inline, static]

Definition at line 66 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 55 of file TransformInternals.h.

References abort().

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

Reimplemented from llvm::Instruction.

Definition at line 57 of file TransformInternals.h.

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

Definition at line 61 of file TransformInternals.h.

References llvm::User::getOperand().


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