llvm::MemSDNode::isAtomic

Return true if the memory operation ordering is Unordered or higher.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isAtomic() const;

Return Value

True if the memory operation ordering is Unordered or higher.