Table of Contents

Method AllOnesValueFor

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

AllOnesValueFor(ITypeRef)

Creates a constant instance of typeRef with all bits in the instance set to 1

public static Constant AllOnesValueFor(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type of value to create

Returns

Constant

Constant for the type with all instance bits set to 1