reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
308 if (isGEPFoldable(GEP, TTI)) 311 gep_type_iterator GTI = gep_type_begin(*GEP); 312 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) { 314 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1,