Searched refs:LLVMAtomicRMWBinOpFSub (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h380 LLVMAtomicRMWBinOpFSub /**< Subtract a floating point value and return the enumerator in enum:__anon3315
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3557 case LLVMAtomicRMWBinOpFSub: return AtomicRMWInst::FSub;
3577 case AtomicRMWInst::FSub: return LLVMAtomicRMWBinOpFSub;

Completed in 140 milliseconds