 | ContextCreateNamedConstantStruct Method (IStructType, Constant) |
[This is preliminary documentation and is subject to change.]
Creates a constant instance of a specified structure type from a set of values
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
Remarks Note |
---|
The actual concrete return type depends on the parameters provided and will be one of the following:
Constant derived type | Description |
---|
ConstantAggregateZero | If all the member values are zero constants | UndefValue | If all the member values are UndefValue | ConstantStruct | All other cases |
|
See Also