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


Member Function Documentation

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

Definition at line 963 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: