Searched refs:IsNegStride (Results 1 – 1 of 1) sorted by relevance
224 bool IsNegStride, bool IsLoopMemset = false);785 bool IsNegStride = StoreSize == -Stride; in processLoopStores() local792 IsNegStride)) { in processLoopStores()925 bool IsNegStride = false; in processLoopMemSet() local942 IsNegStride = SizeInBytes == -Stride; in processLoopMemSet()962 IsNegStride = PointerStrideSCEV->isNonConstantNegative(); in processLoopMemSet()964 IsNegStride ? SE->getNegativeSCEV(PointerStrideSCEV) in processLoopMemSet()1000 BECount, IsNegStride, /*IsLoopMemset=*/true); in processLoopMemSet()1102 const SCEV *BECount, bool IsNegStride, bool IsLoopMemset) { in processLoopStridedStore() argument1128 if (IsNegStride) in processLoopStridedStore()[all …]