Searched defs:CmpXChg (Results 1 – 2 of 2) sorted by relevance
29 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in removeVolatileInFunction() local59 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in reduceAtomicSyncScopesInFunction() local92 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in reduceAtomicOrderingInFunction() local
258 CmpXChg, // Expand the instruction into cmpxchg; used by at least X86. enumerator