Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h398 LLVMAtomicRMWBinOpMax, /**< Sets the value if it's greater than the enumerator
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2757 case LLVMAtomicRMWBinOpMax: intop = AtomicRMWInst::Max; break; in LLVMBuildAtomicRMW()