Module Llvm.AtomicRMWBinOp


module AtomicRMWBinOp: sig .. end
The opcode of an atomicrmw instruction. See llvm::AtomicRMWInst::BinOp.


type t =
| Xchg
| Add
| Sub
| And
| Nand
| Or
| Xor
| Max
| Min
| UMax
| UMin