LLVM API Documentation

llvm::ConvertConstantType< ConstantStruct, StructType > Struct Template Reference

List of all members.

Static Public Member Functions

static void convert (ConstantStruct *OldC, const StructType *NewTy)

Detailed Description

template<>
struct llvm::ConvertConstantType< ConstantStruct, StructType >

Definition at line 1084 of file Constants.cpp.


Member Function Documentation

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

Definition at line 1085 of file Constants.cpp.

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


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