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< ConstantArray, ArrayType > Struct Template Reference

List of all members.

Static Public Member Functions

static void convert (ConstantArray *OldC, const ArrayType *NewTy)

Detailed Description

template<>
struct llvm::ConvertConstantType< ConstantArray, ArrayType >

Definition at line 866 of file Constants.cpp.


Member Function Documentation

static void llvm::ConvertConstantType< ConstantArray, ArrayType >::convert ConstantArray OldC,
const ArrayType NewTy
[inline, static]
 

Definition at line 867 of file Constants.cpp.

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


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