Return true if this instruction has an AtomicOrdering of unordered or higher.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isAtomic() const;

Return Value

True if this instruction is atomic.

Created with MrDocs