pub fn alloca_scope<'c>(
    context: &'c Context,
    results: &[Type<'c>],
    body_region: Region<'c>,
    location: Location<'c>
) -> AllocaScopeOperation<'c>
Expand description

Creates an alloca_scope operation.