Searched refs:LLVMAtomicRMWBinOpXor (Results 1 – 6 of 6) sorted by relevance
361 LLVMAtomicRMWBinOpXor, /**< Xor a value and return the old one */ enumerator
357 LLVMAtomicRMWBinOpXor, /**< Xor a value and return the old one */ enumerator
899 op = LLVMAtomicRMWBinOpXor; in atomic_emit_memory()
3048 case LLVMAtomicRMWBinOpXor: intop = AtomicRMWInst::Xor; break; in LLVMBuildAtomicRMW()
3363 case LLVMAtomicRMWBinOpXor: intop = AtomicRMWInst::Xor; break; in LLVMBuildAtomicRMW()
4010 op = LLVMAtomicRMWBinOpXor; in visit_var_atomic()