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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  911     if (canReplaceGEPIdxWithZero(IC, GEPI, &MemI, Idx)) {
  912       Instruction *NewGEPI = GEPI->clone();
  914         ConstantInt::get(GEPI->getOperand(Idx)->getType(), 0));
  915       NewGEPI->insertBefore(GEPI);