package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The opcode of an atomicrmw instruction. See llvm::AtomicRMWInst::BinOp.

type t =
  1. | Xchg
  2. | Add
  3. | Sub
  4. | And
  5. | Nand
  6. | Or
  7. | Xor
  8. | Max
  9. | Min
  10. | UMax
  11. | UMin
  12. | FAdd
  13. | FSub