You can search for identifiers within the package.
in-package search v0.2.0
The opcode of an atomicrmw instruction. See llvm::AtomicRMWInst::BinOp.
atomicrmw
llvm::AtomicRMWInst::BinOp
type t =
| Xchg
| Add
| Sub
| And
| Nand
| Or
| Xor
| Max
| Min
| UMax
| UMin
| FAdd
| FSub