Lines Matching refs:BasePtr
1330 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP() argument
1333 return BasePtr; in buildGEP()
1338 return BasePtr; in buildGEP()
1340 return IRB.CreateInBoundsGEP(nullptr, BasePtr, Indices, in buildGEP()
1354 Value *BasePtr, Type *Ty, Type *TargetTy, in getNaturalGEPWithType() argument
1358 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1361 unsigned PtrSize = DL.getPointerTypeSizeInBits(BasePtr->getType()); in getNaturalGEPWithType()
1390 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
3564 Instruction *BasePtr = cast<Instruction>(LI->getPointerOperand()); in presplitLoadsAndStores() local
3575 getAdjustedPtr(IRB, DL, BasePtr, in presplitLoadsAndStores()
3577 PartPtrTy, BasePtr->getName() + "."), in presplitLoadsAndStores()