Method Alloca
Alloca(ITypeRef)
Creates an alloca instruction
Declaration
public Alloca Alloca(ITypeRef typeRef)
public Alloca Alloca(ITypeRef typeRef)
Parameters
IType |
typeRef | Type of the value to allocate |
Returns
Alloca(ITypeRef, ConstantInt)
Creates an alloca instruction
Declaration
public Alloca Alloca(ITypeRef typeRef, ConstantInt elements)
public Alloca Alloca(ITypeRef typeRef, ConstantInt elements)
Parameters
IType |
typeRef | Type of the value to allocate |
Constant |
elements | Number of elements to allocate |