Table of Contents

Method UndefinedValueFor

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

UndefinedValueFor(ITypeRef)

Creates an Constant representing an undefined value for typeRef

public static Constant UndefinedValueFor(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type to create the undefined value for

Returns

Constant

Constant representing an undefined value of typeRef