Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewIndices

1352       SmallVector<Value*, 8> NewIndices;
1353 if (FindElementAtOffset(GEPIdxTy, Offset, NewIndices)) {
1358 Builder->CreateInBoundsGEP(OrigBase, NewIndices) :
1359 Builder->CreateGEP(OrigBase, NewIndices);