Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h384 LLVMAtomicRMWBinOpFAdd, /**< Add a floating point value and return the enumerator
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3556 case LLVMAtomicRMWBinOpFAdd: return AtomicRMWInst::FAdd; in mapFromLLVMRMWBinOp()
3578 case AtomicRMWInst::FAdd: return LLVMAtomicRMWBinOpFAdd; in mapToLLVMRMWBinOp()