Searched refs:LLVMAtomicRMWBinOpAdd (Results 1 – 6 of 6) sorted by relevance
356 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
352 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
887 op = LLVMAtomicRMWBinOpAdd; in atomic_emit_memory()
3043 case LLVMAtomicRMWBinOpAdd: intop = AtomicRMWInst::Add; break; in LLVMBuildAtomicRMW()
3358 case LLVMAtomicRMWBinOpAdd: intop = AtomicRMWInst::Add; break; in LLVMBuildAtomicRMW()
3989 op = LLVMAtomicRMWBinOpAdd; in visit_var_atomic()