Searched defs:StoreEv (Results 1 – 2 of 2) sorted by relevance
352 getStoreStride(const SCEVAddRecExpr * StoreEv) getStoreStride() argument 433 const SCEVAddRecExpr *StoreEv = isLegalStore() local 702 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processLoopStores() local 771 const SCEVAddRecExpr *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Dest)); processLoopMemCpy() local 1173 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processLoopStoreOfLoopLoad() local 1241 processLoopStoreOfLoopLoad(Value * DestPtr,Value * SourcePtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlign,MaybeAlign LoadAlign,Instruction * TheStore,Instruction * TheLoad,const SCEVAddRecExpr * StoreEv,const SCEVAddRecExpr * LoadEv,const SCEV * BECount) processLoopStoreOfLoopLoad() argument [all...]
1944 int Stride = getSCEVStride(StoreEv); in isLegalStore() local 2028 auto *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processCopyingStore() local [all...]