Lines Matching refs:BasePtr
1372 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP() argument
1375 return BasePtr; in buildGEP()
1380 return BasePtr; in buildGEP()
1382 return IRB.CreateInBoundsGEP(nullptr, BasePtr, Indices, in buildGEP()
1396 Value *BasePtr, Type *Ty, Type *TargetTy, in getNaturalGEPWithType() argument
1400 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
1403 unsigned OffsetSize = DL.getIndexTypeSizeInBits(BasePtr->getType()); in getNaturalGEPWithType()
1432 return buildGEP(IRB, BasePtr, Indices, NamePrefix); in getNaturalGEPWithType()
3786 Instruction *BasePtr = cast<Instruction>(LI->getPointerOperand()); in presplitLoadsAndStores() local
3798 getAdjustedPtr(IRB, DL, BasePtr, in presplitLoadsAndStores()
3800 PartPtrTy, BasePtr->getName() + "."), in presplitLoadsAndStores()