Function melior::dialect::ods::llvm::intr_memset

source ·
pub fn intr_memset<'c>(
    context: &'c Context,
    dst: Value<'c, '_>,
    val: Value<'c, '_>,
    len: Value<'c, '_>,
    is_volatile: IntegerAttribute<'c>,
    location: Location<'c>
) -> MemsetOperation<'c>
Expand description

Creates an intr.memset operation.