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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
  839   MemAccessTy AccessTy(Inst->getType(), MemAccessTy::UnknownAddressSpace);
  840   if (const StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
  843   } else if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) {
  845   } else if (const AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(Inst)) {
  847   } else if (const AtomicCmpXchgInst *CmpX = dyn_cast<AtomicCmpXchgInst>(Inst)) {
  849   } else if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) {