Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h378 LLVMAtomicRMWBinOpUMax, /**< Sets the value if it's greater than the enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3908 case LLVMAtomicRMWBinOpUMax: return AtomicRMWInst::UMax; in mapFromLLVMRMWBinOp()
3934 case AtomicRMWInst::UMax: return LLVMAtomicRMWBinOpUMax; in mapToLLVMRMWBinOp()