pub fn intr_masked_store<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    data: Value<'c, '_>,
    mask: Value<'c, '_>,
    alignment: IntegerAttribute<'c>,
    location: Location<'c>
) -> MaskedStoreOperation<'c>
Expand description

Creates an intr.masked.store operation.