llvm::AtomicRMWInst::setElementwise

Specify whether this RMW has elementwise vector semantics.

Synopsis

Declared in <llvm/IR/Instructions.h>

void
setElementwise(bool V);

Parameters

NameDescription
VTrue if the operation is elementwise.