Lines Matching refs:StorePtr
488 Value *StorePtr = SI->getPointerOperand(); in isLegalStore() local
507 dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in isLegalStore()
537 StorePtr->getType()->getPointerAddressSpace() == 0 && in isLegalStore()
774 Value *StorePtr = HeadStore->getPointerOperand(); in processLoopStores() local
775 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores()
785 Type *IntIdxTy = DL->getIndexType(StorePtr->getType()); in processLoopStores()
787 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores()
1256 Value *StorePtr = SI->getPointerOperand(); in processLoopStoreOfLoopLoad() local
1257 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad()
1270 const SCEV *StoreSizeSCEV = SE->getConstant(StorePtr->getType(), StoreSize); in processLoopStoreOfLoopLoad()
1271 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()