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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  307     auto *V = getReplacement(GEP->getPointerOperand());
  310     Indices.append(GEP->idx_begin(), GEP->idx_end());
  310     Indices.append(GEP->idx_begin(), GEP->idx_end());
  313     IC.InsertNewInstWith(NewI, *GEP);
  314     NewI->takeName(GEP);
  315     WorkMap[GEP] = NewI;