Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:gepIndices

1478     SmallVector<llvm::Value*,4> gepIndices(arrayDepth, zero);
1479 begin = CGF.Builder.CreateInBoundsGEP(begin, gepIndices, "pad.arraybegin");
1480 end = CGF.Builder.CreateInBoundsGEP(end, gepIndices, "pad.arrayend");