Returns true if this memory operation doesn't have any ordering constraints other than normal aliasing. Volatile and (ordered) atomic memory operations can't be reordered.

Synopsis

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

bool
isUnordered() const;

Created with MrDocs