Home
last modified time | relevance | path

Searched refs:RMW_AND (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h424 RMW_AND = 3, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp558 case AtomicRMWInst::And: return bitc::RMW_AND; in getEncodedRMWOperation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1116 case bitc::RMW_AND: return AtomicRMWInst::And; in getDecodedRMWOperation()