Click or drag to resize
Llvm.NET LogoInstructionIsMemoryAccess Property

[This is preliminary documentation and is subject to change.]

FLag to indicate if the opcode is for a memory access Alloca, Load, Store

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public bool IsMemoryAccess { get; }

Property Value

Type: Boolean
See Also