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< UndefValue, Type > Struct Template Reference

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 1124 of file Constants.cpp.


Member Function Documentation

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

Definition at line 1125 of file Constants.cpp.

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


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