Home
last modified time | relevance | path

Searched refs:LLVMAtomicRMWBinOpSub (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h367 LLVMAtomicRMWBinOpSub, /**< Subtract a value and return the old one */ enumerator
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3547 case LLVMAtomicRMWBinOpSub: return AtomicRMWInst::Sub; in mapFromLLVMRMWBinOp()
3569 case AtomicRMWInst::Sub: return LLVMAtomicRMWBinOpSub; in mapToLLVMRMWBinOp()