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
Return true if this instruction has an AtomicOrdering of unordered or higher.
Declared in <llvm/IR/Instruction.h>
bool
isAtomic() const;
True if this instruction is atomic.
Created with MrDocs