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