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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
  799   bool isAddress = isa<LoadInst>(Inst);
  800   if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
  803   } else if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) {
  826   } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(Inst)) {
  829   } else if (AtomicCmpXchgInst *CmpX = dyn_cast<AtomicCmpXchgInst>(Inst)) {