Home
last modified time | relevance | path

Searched refs:IsNegStride (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp224 bool IsNegStride, bool IsLoopMemset = false);
785 bool IsNegStride = StoreSize == -Stride; in processLoopStores() local
792 IsNegStride)) { in processLoopStores()
925 bool IsNegStride = false; in processLoopMemSet() local
942 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() argument
1128 if (IsNegStride) in processLoopStridedStore()
[all …]