Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateInBoundsGEP

1676   return IRB.CreateInBoundsGEP(BasePtr, Indices, Prefix + ".idx");
1914 IRB.CreateInBoundsGEP(Int8Ptr, IRB.getInt(Int8PtrOffset),
3159 Value *GEP = IRB.CreateInBoundsGEP(Ptr, GEPIndices, Name + ".gep");
3192 IRB.CreateInBoundsGEP(Ptr, GEPIndices, Name + ".gep"));