Class ConstantDataSequential
A vector or array constant whose element type is a simple 1/2/4/8-byte integer or float/double, and whose elements are just simple data values (i.e. ConstantInt/ConstantFP).
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.dll
Syntax
public class ConstantDataSequential : ConstantData, IExtensiblePropertyContainer, IOperandContainer<Value>
Remarks
This Constant node has no operands because it stores all of the elements of the constant as densely packed data, instead of as Values
Properties
IsString | Gets a value indicating whether this constant is a string |
Methods
ExtractAsString() | Extract a string value from the constant |