Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3612 static LLVMAtomicRMWBinOp mapToLLVMRMWBinOp(AtomicRMWInst::BinOp BinOp) { in mapToLLVMRMWBinOp() function
3756 return mapToLLVMRMWBinOp(unwrap<AtomicRMWInst>(Inst)->getOperation()); in LLVMGetAtomicRMWBinOp()