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

References

lib/Analysis/InlineCost.cpp
  392   for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
lib/ExecutionEngine/Interpreter/Execution.cpp
 1088                                    gep_type_begin(I), gep_type_end(I), SF), SF);
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
 1189       for (auto I = gep_type_begin(GEP), E = gep_type_end(GEP);
lib/Transforms/InstCombine/InstructionCombining.cpp
 1861     for (gep_type_iterator I = gep_type_begin(*Src), E = gep_type_end(*Src);
lib/Transforms/Scalar/SROA.cpp
  738                              GTE = gep_type_end(GEPI);