Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewIndices

1374       SmallVector<Value*, 8> NewIndices;
1375 if (FindElementAtOffset(GEPIdxTy, Offset.getSExtValue(), NewIndices)) {
1380 Builder->CreateInBoundsGEP(OrigBase, NewIndices) :
1381 Builder->CreateGEP(OrigBase, NewIndices);