Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:gepIndices

1025   SmallVector<llvm::Value*, 8> gepIndices;
1029 gepIndices.push_back(zero);
1042 gepIndices.push_back(zero);
1069 addr = Builder.CreateInBoundsGEP(addr, gepIndices, "array.begin");