Searched refs:PLoad (Results 1 – 1 of 1) sorted by relevance
3734 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local3743 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()3748 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()3751 << ", " << NewSlices.back().endOffset() << "): " << *PLoad in presplitLoadsAndStores()3782 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local3785 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()3788 PLoad, getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()3862 LoadInst *PLoad; in presplitLoadsAndStores() local3864 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()3867 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()[all …]