|
LLVM
4.0.0
|
This is a class that can be implemented by clients to remap types when cloning constants and instructions. More...
#include <ValueMapper.h>
Public Member Functions | |
| virtual | ~ValueMapTypeRemapper () |
| virtual Type * | remapType (Type *SrcTy)=0 |
| The client should implement this method if they want to remap types while mapping values. More... | |
This is a class that can be implemented by clients to remap types when cloning constants and instructions.
Definition at line 28 of file ValueMapper.h.
|
inlinevirtual |
Definition at line 31 of file ValueMapper.h.
The client should implement this method if they want to remap types while mapping values.
1.8.6