Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h368 LLVMAtomicRMWBinOpAnd, /**< And a value and return the old one */ enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3902 case LLVMAtomicRMWBinOpAnd: return AtomicRMWInst::And; in mapFromLLVMRMWBinOp()
3928 case AtomicRMWInst::And: return LLVMAtomicRMWBinOpAnd; in mapToLLVMRMWBinOp()