reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LowerAtomic.cpp
  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)) {