Skip to main content

alloca

Function alloca 

Source
pub fn alloca<'c>(
    context: &'c Context,
    array_size: Value<'c, '_>,
    ptr_type: Type<'c>,
    location: Location<'c>,
    extra_options: AllocaOptions<'c>,
) -> Operation<'c>
Expand description

Creates a llvm.alloca operation.