Lines Matching refs:StorePtr
415 Value *StorePtr = SI->getPointerOperand(); in isLegalStore() local
434 dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in isLegalStore()
464 StorePtr->getType()->getPointerAddressSpace() == 0 && in isLegalStore()
701 Value *StorePtr = HeadStore->getPointerOperand(); in processLoopStores() local
702 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores()
712 Type *IntIdxTy = DL->getIndexType(StorePtr->getType()); in processLoopStores()
714 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores()
1172 Value *StorePtr = SI->getPointerOperand(); in processLoopStoreOfLoopLoad() local
1173 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad()
1186 const SCEV *StoreSizeSCEV = SE->getConstant(StorePtr->getType(), StoreSize); in processLoopStoreOfLoopLoad()
1187 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()