Searched refs:LLVMAtomicRMWBinOpNand (Results 1 – 3 of 3) sorted by relevance
365 LLVMAtomicRMWBinOpNand, /**< Not-And a value and return the old one */ enumerator
3598 case LLVMAtomicRMWBinOpNand: return AtomicRMWInst::Nand; in mapFromLLVMRMWBinOp()3618 case AtomicRMWInst::Nand: return LLVMAtomicRMWBinOpNand; in mapToLLVMRMWBinOp()
203 AtomicRMWBinOpNand AtomicRMWBinOp = C.LLVMAtomicRMWBinOpNand