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::ConvertConstantType< ConstantPacked, PackedType > Struct Template Reference

List of all members.

Static Public Member Functions

static void convert (ConstantPacked *OldC, const PackedType *NewTy)

Detailed Description

template<>
struct llvm::ConvertConstantType< ConstantPacked, PackedType >

Definition at line 1017 of file Constants.cpp.


Member Function Documentation

static void llvm::ConvertConstantType< ConstantPacked, PackedType >::convert ConstantPacked OldC,
const PackedType NewTy
[inline, static]
 

Definition at line 1018 of file Constants.cpp.

References C, llvm::ConstantPacked::destroyConstant(), llvm::ConstantPacked::get(), llvm::User::getNumOperands(), llvm::Constant::getOperand(), and llvm::Value::uncheckedReplaceAllUsesWith().


The documentation for this struct was generated from the following file: