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

References

lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  765   Type *IntPtrTy = DL->getIntPtrType(GEP->getType());
  766   gep_type_iterator GTI = gep_type_begin(*GEP);
  767   for (User::op_iterator I = GEP->op_begin() + 1, E = GEP->op_end();
  767   for (User::op_iterator I = GEP->op_begin() + 1, E = GEP->op_end();
  772         *I = CastInst::CreateIntegerCast(*I, IntPtrTy, true, "idxprom", GEP);