Table of Contents

Method Alloca

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

Alloca(ITypeRef)

Creates an alloca instruction

public Alloca Alloca(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type of the value to allocate

Returns

Alloca

Alloca instruction

Alloca(ITypeRef, ConstantInt)

Creates an alloca instruction

public Alloca Alloca(ITypeRef typeRef, ConstantInt elements)

Parameters

typeRef ITypeRef

Type of the value to allocate

elements ConstantInt

Number of elements to allocate

Returns

Alloca

Alloca instruction