Return true if I is a valid AtomicOrdering enumerator value.
Declared in <llvm/Support/AtomicOrdering.h>
template<typename Int>
bool
isValidAtomicOrdering(Int I);
The unused consume encoding (3) is rejected.
True if I is a valid AtomicOrdering value (not the unused consume encoding).
| Name | Description |
|---|---|
| I | Integral value to check against the AtomicOrdering range. |