This class represents any memmove intrinsic i.e. llvm.element.unordered.atomic.memmove and llvm.memmove
Synopsis
Declared in <llvm/IR/IntrinsicInst.h>
class AnyMemMoveInst
: public AnyMemTransferInst
Base Classes
Name |
Description |
Wrapper for any memcpy/memmove intrinsic (atomic or non‐atomic). |
Member Functions
Name |
Description |
Return the raw source pointer operand. |
|
|
|
Return the source pointer with pointer casts stripped. |
|
Return the address space of the raw source pointer. |
|
Return the alignment of the source pointer parameter. |
|
Set the source pointer operand. |
|
Set the source pointer alignment attribute. |