LLVM API Documentation

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 1033 of file Constants.cpp.


Member Function Documentation

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

Definition at line 1034 of file Constants.cpp.

References 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: