Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateGEP

2282       Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2298 Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2322 Address = Builder.CreateGEP(ArrayPtr, Args, "arrayidx");
2329 Address = Builder.CreateGEP(Base, Idx, "arrayidx");