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

References

lib/Transforms/Scalar/SROA.cpp
 3669         if (auto *LI = dyn_cast<LoadInst>(I))
 3671         else if (auto *SI = dyn_cast<StoreInst>(I))
 3680       if (auto *LI = dyn_cast<LoadInst>(I)) {
 3700       } else if (auto *SI = dyn_cast<StoreInst>(I)) {
 3716       LLVM_DEBUG(dbgs() << "    Candidate: " << *I << "\n");
 3717       auto &Offsets = SplitOffsetsMap[I];