llvm::Instruction::hasAtomicStore

Return true if this atomic instruction stores to memory.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
hasAtomicStore() const;

Return Value

True if this atomic instruction has a store.