 | InstructionBuilderStore Method |
[This is preliminary documentation and is subject to change.]
Builds an LLVM Store instruction
Namespace:
Llvm.NET.Instructions
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
Remarks
Since store targets memory the type of
destination
must be an
IPointerType. Furthermore, the element type of
the pointer must match the type of
value. Otherwise,
an
ArgumentException is thrown.
See Also