pub fn generic_atomic_rmw<'c>(
context: &'c Context,
result: Type<'c>,
memref: Value<'c, '_>,
indices: &[Value<'c, '_>],
atomic_body: Region<'c>,
location: Location<'c>
) -> GenericAtomicRMWOperation<'c>
Expand description
Creates a generic_atomic_rmw
operation.