Table of Contents

Method ConstPointerToNullFor

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

ConstPointerToNullFor(ITypeRef)

Create a constant NULL pointer for a given type

public static Constant ConstPointerToNullFor(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type of pointer to create a null value for

Returns

Constant

Constant NULL pointer of the specified type