intr_masked_load

Function intr_masked_load 

Source
pub fn intr_masked_load<'c>(
    context: &'c Context,
    res: Type<'c>,
    data: Value<'c, '_>,
    mask: Value<'c, '_>,
    alignment: IntegerAttribute<'c>,
    location: Location<'c>,
) -> MaskedLoadOperation<'c>
Expand description

Creates an intr.masked.load operation.