Common base class for all memset intrinsics. Simply provides common methods.
Synopsis
Declared in <llvm/IR/IntrinsicInst.h>
template<class BaseCL>
class MemSetBase
: public BaseCL
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
Return the fill/value operand. |
|
Return the Use for the fill/value operand (const). |
|
Return the Use for the fill/value operand. |
|
Set the fill/value operand. |
Derived Classes
Name |
Description |
Wrapper for any memset intrinsic (atomic or non‐atomic). |
|
This class wraps the llvm.memset and llvm.memset.inline intrinsics. |
|
Wrapper for the llvm.experimental.memset.pattern intrinsic. |
Created with MrDocs