This class wraps the llvm.memset and llvm.memset.inline intrinsics.
Synopsis
Declared in <llvm/IR/IntrinsicInst.h>
class MemSetInst
: public MemSetBase<MemIntrinsic>
Base Classes
Name |
Description |
Common base class for all memset intrinsics. Simply provides common methods. |
Member Functions
Name |
Description |
Return the fill/value operand. |
|
|
|
Set the fill/value operand. |
Static Member Functions
Name |
Description |
Methods for support type inquiry through isa, cast, and dyn_cast. |
Non-Member Functions
Name |
Description |
Expand |
|
Expand |
Created with MrDocs