Wrapper for any memset intrinsic (atomic or non-atomic).
Declared in <llvm/IR/IntrinsicInst.h>
class AnyMemSetInst
: public MemSetBase<AnyMemIntrinsic>
Covers llvm.element.unordered.atomic.memset and llvm.memset.
| Name | Description |
|---|---|
MemSetBase<AnyMemIntrinsic> | Common base class for all memset intrinsics. Simply provides common methods. |
| Name | Description |
|---|---|
getValue | Return the fill/value operand. |
getValueUse | getValueUse overloads |
setValue | Set the fill/value operand. |
| Name | Description |
|---|---|
classof | Methods for support type inquiry through isa, cast, and dyn_cast. |