LLVM 20.0.0git
|
This is a class that can be implemented by clients to remap types when cloning constants and instructions. More...
#include "llvm/Transforms/Utils/ValueMapper.h"
Public Member Functions | |
virtual | ~ValueMapTypeRemapper ()=default |
virtual Type * | remapType (Type *SrcTy)=0 |
The client should implement this method if they want to remap types while mapping values. | |
This is a class that can be implemented by clients to remap types when cloning constants and instructions.
Definition at line 41 of file ValueMapper.h.
|
virtualdefault |
The client should implement this method if they want to remap types while mapping values.