Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BasePtr

1663 /// This will return the BasePtr if that is valid, or build a new GEP
1665 static Value *buildGEP(IRBuilder<> &IRB, Value *BasePtr,
1669 return BasePtr;
1674 return BasePtr;
1676 return IRB.CreateInBoundsGEP(BasePtr, Indices, Prefix + ".idx");
1679 /// \brief Get a natural GEP off of the BasePtr walking through Ty toward
1689 Value *BasePtr, Type *Ty, Type *TargetTy,
1693 return buildGEP(IRB, BasePtr, Indices, Prefix);
1720 return buildGEP(IRB, BasePtr, Indices, Prefix);