Return true if AO is at least as strong as Other in the atomic ordering lattice.
Declared in <llvm/Support/AtomicOrdering.h>
bool
isAtLeastOrStrongerThan(
AtomicOrdering AO,
AtomicOrdering Other);
True if AO is at least as strong as 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. |