Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h367 LLVMAtomicRMWBinOpSub, /**< Subtract a value and return the old one */ enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3901 case LLVMAtomicRMWBinOpSub: return AtomicRMWInst::Sub; in mapFromLLVMRMWBinOp()
3927 case AtomicRMWInst::Sub: return LLVMAtomicRMWBinOpSub; in mapToLLVMRMWBinOp()