Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h395 LLVMAtomicRMWBinOpNand, /**< Not-And a value and return the old one */ enumerator
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2754 case LLVMAtomicRMWBinOpNand: intop = AtomicRMWInst::Nand; break; in LLVMBuildAtomicRMW()