get_element_ptr_dynamic

Function get_element_ptr_dynamic 

Source
pub fn get_element_ptr_dynamic<'c, const N: usize>(
    context: &'c Context,
    ptr: Value<'c, '_>,
    indices: &[Value<'c, '_>; N],
    element_type: Type<'c>,
    result_type: Type<'c>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Creates a llvm.getelementptr operation with dynamic indices.