reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 if (FenceInst *FI = dyn_cast<FenceInst>(Inst)) 123 else if (AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(Inst)) 125 else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(Inst)) 127 else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) { 130 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {