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< ConstantPointerNull, PointerType > Struct Template Reference

List of all members.

Static Public Member Functions

static void convert (ConstantPointerNull *OldC, const PointerType *NewTy)

Detailed Description

template<>
struct llvm::ConvertConstantType< ConstantPointerNull, PointerType >

Definition at line 1081 of file Constants.cpp.


Member Function Documentation

static void llvm::ConvertConstantType< ConstantPointerNull, PointerType >::convert ConstantPointerNull OldC,
const PointerType NewTy
[inline, static]
 

Definition at line 1082 of file Constants.cpp.

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


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