Skip to main content

store

Function store 

Source
pub fn store<'c>(
    value: Value<'c, '_>,
    memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    location: Location<'c>,
) -> Operation<'c>
Expand description

Create a memref.store operation.