LLVM API Documentation
#include <ValueMapper.h>
Public Member Functions | |
virtual | ~ValueMapTypeRemapper () |
virtual Type * | remapType (Type *SrcTy)=0 |
ValueMapTypeRemapper - This is a class that can be implemented by clients to remap types when cloning constants and instructions.
Definition at line 27 of file ValueMapper.h.
|
inlinevirtual |
Definition at line 30 of file ValueMapper.h.
remapType - The client should implement this method if they want to remap types while mapping values.
Referenced by llvm::MapValue(), and llvm::RemapInstruction().