Searched refs:LLVMAtomicRMWBinOpAnd (Results 1 – 6 of 6) sorted by relevance
358 LLVMAtomicRMWBinOpAnd, /**< And a value and return the old one */ enumerator
354 LLVMAtomicRMWBinOpAnd, /**< And a value and return the old one */ enumerator
893 op = LLVMAtomicRMWBinOpAnd; in atomic_emit_memory()
3045 case LLVMAtomicRMWBinOpAnd: intop = AtomicRMWInst::And; break; in LLVMBuildAtomicRMW()
3360 case LLVMAtomicRMWBinOpAnd: intop = AtomicRMWInst::And; break; in LLVMBuildAtomicRMW()
4004 op = LLVMAtomicRMWBinOpAnd; in visit_var_atomic()