Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateInBoundsGEP

1640       Address = Builder.CreateInBoundsGEP(Address, Idx, "arrayidx");
1673 Address = Builder.CreateInBoundsGEP(ArrayPtr, Args, "arrayidx");
1680 Address = Builder.CreateInBoundsGEP(Base, Idx, "arrayidx");