Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h357 LLVMAtomicRMWBinOpSub, /**< Subtract a value and return the old one */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h353 LLVMAtomicRMWBinOpSub, /**< Subtract a value and return the old one */ enumerator
/external/llvm/lib/IR/
DCore.cpp3044 case LLVMAtomicRMWBinOpSub: intop = AtomicRMWInst::Sub; break; in LLVMBuildAtomicRMW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3359 case LLVMAtomicRMWBinOpSub: intop = AtomicRMWInst::Sub; break; in LLVMBuildAtomicRMW()