Home | History | Annotate | Download | only in Scalar

Lines Matching full:baseptr

1158 /// This will return the BasePtr if that is valid, or build a new GEP
1160 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr,
1163 return BasePtr;
1168 return BasePtr;
1170 return IRB.CreateInBoundsGEP(BasePtr, Indices, "idx");
1173 /// \brief Get a natural GEP off of the BasePtr walking through Ty toward
1183 Value *BasePtr, Type *Ty, Type *TargetTy,
1186 return buildGEP(IRB, BasePtr, Indices);
1213 return buildGEP(IRB, BasePtr, Indices);