Home | History | Annotate | Download | only in IR

Lines Matching refs:GEPI

1156   gep_type_iterator GEPI = gep_type_begin(this), E = gep_type_end(this);
1160 ++GEPI;
1165 for (; GEPI != E; ++GEPI, ++OI) {
1168 if (ArrayType *ATy = dyn_cast<ArrayType>(*GEPI))