Table of Contents

Method NullValueFor

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

NullValueFor(ITypeRef)

Create a NULL pointer for a given type

public static Constant NullValueFor(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type of pointer to create a null vale for

Returns

Constant

Constant NULL pointer of the specified type