Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateGEP

2256       Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2272 Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2296 Address = Builder.CreateGEP(ArrayPtr, Args, "arrayidx");
2303 Address = Builder.CreateGEP(Base, Idx, "arrayidx");