LLVM API Documentation

llvm::ConvertConstantType< ConstantAggregateZero, Type > Struct Template Reference

List of all members.

Static Public Member Functions

static void convert (ConstantAggregateZero *OldC, const Type *NewTy)

Detailed Description

template<>
struct llvm::ConvertConstantType< ConstantAggregateZero, Type >

Definition at line 952 of file Constants.cpp.


Member Function Documentation

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

Definition at line 953 of file Constants.cpp.

References llvm::ConstantAggregateZero::destroyConstant(), llvm::ConstantAggregateZero::get(), and llvm::Value::uncheckedReplaceAllUsesWith().


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