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
ITypeRefType of the value to allocate
Returns
Alloca(ITypeRef, ConstantInt)
Creates an alloca instruction
public Alloca Alloca(ITypeRef typeRef, ConstantInt elements)
Parameters
typeRef
ITypeRefType of the value to allocate
elements
ConstantIntNumber of elements to allocate