Click or drag to resize
Llvm.NET LogoConstantUndefinedValueFor Method

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

Creates an Constant representing an undefined value for typeRef

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static Constant UndefinedValueFor(
	ITypeRef typeRef
)

Parameters

typeRef
Type: Llvm.NET.TypesITypeRef
Type to create the undefined value for

Return Value

Type: Constant
Constant representing an undefined value of typeRef
See Also