Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:gepIndices

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