Table of Contents

Method BitCast

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

BitCast(Constant, ITypeRef)

Creates a constant bit cast expression

public static Constant BitCast(Constant value, ITypeRef toType)

Parameters

value Constant

value to cast

toType ITypeRef

Type to cast to

Returns

Constant

Constant cast expression