Skip to main content

load

Function load 

Source
pub fn load<'c>(
    context: &'c Context,
    addr: Value<'c, '_>,
    type: Type<'c>,
    location: Location<'c>,
    extra_options: LoadStoreOptions<'c>,
) -> Operation<'c>
Expand description

Creates a llvm.load operation.