Returns true if the attached MachineMemOperand has the atomic flag set.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/GenericMachineInstrs.h>

bool
isAtomic() const;

Return Value

True if the attached MachineMemOperand has the atomic flag set.

Created with MrDocs