Lines Matching defs:Indices
389 SmallVector<Value *, 8> Indices(GEP->indices());
391 GetElementPtrInst::Create(GEP->getSourceElementType(), V, Indices);
735 Value *Indices[2] = {
739 auto *Ptr = IC.Builder.CreateInBoundsGEP(ST, Addr, ArrayRef(Indices),
781 Value *Indices[2] = {
785 auto *Ptr = IC.Builder.CreateInBoundsGEP(AT, Addr, ArrayRef(Indices),
1261 Value *Indices[2] = {
1266 IC.Builder.CreateInBoundsGEP(ST, Addr, ArrayRef(Indices), AddrName);
1307 Value *Indices[2] = {
1312 IC.Builder.CreateInBoundsGEP(AT, Addr, ArrayRef(Indices), AddrName);