Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateGEP

2338       Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2354 Address = Builder.CreateGEP(Address, Idx, "arrayidx");
2378 Address = Builder.CreateGEP(ArrayPtr, Args, "arrayidx");
2385 Address = Builder.CreateGEP(Base, Idx, "arrayidx");