Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h366 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3546 case LLVMAtomicRMWBinOpAdd: return AtomicRMWInst::Add; in mapFromLLVMRMWBinOp()
3568 case AtomicRMWInst::Add: return LLVMAtomicRMWBinOpAdd; in mapToLLVMRMWBinOp()