Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h366 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3900 case LLVMAtomicRMWBinOpAdd: return AtomicRMWInst::Add; in mapFromLLVMRMWBinOp()
3926 case AtomicRMWInst::Add: return LLVMAtomicRMWBinOpAdd; in mapToLLVMRMWBinOp()