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

References

lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  520   if (GEP->getType()->isVectorTy())
  524   for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I)
  524   for (auto I = GEP->idx_begin(); I != GEP->idx_end(); ++I)
  527   gep_type_iterator GTI = gep_type_begin(GEP);
  528   for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
  537     const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs);
  538     Value *ArrayIdx = GEP->getOperand(I);
  541         DL->getPointerSizeInBits(GEP->getAddressSpace())) {
  544       factorArrayIndex(ArrayIdx, BaseExpr, ElementSize, GEP);
  552             DL->getPointerSizeInBits(GEP->getAddressSpace())) {
  555       factorArrayIndex(TruncatedArrayIdx, BaseExpr, ElementSize, GEP);