Returns true if ao is stronger than other as defined by the AtomicOrdering lattice, which is based on C++'s definition.
Declared in <llvm/Support/AtomicOrdering.h>
bool
isStrongerThan(
AtomicOrdering AO,
AtomicOrdering Other);
True if AO is strictly stronger than Other in the lattice.
| Name | Description |
|---|---|
| AO | Atomic ordering on the left-hand side of the comparison. |
| Other | Atomic ordering on the right-hand side of the comparison. |