Function melior::dialect::ods::llvm::intr_memcpy

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

Creates an intr.memcpy operation.