Searched refs:getStartForNegStride (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp843 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, function
918 Start = getStartForNegStride(Start, BECount, IntIdxTy, StoreSize, SE);
1074 StrStart = getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSize, SE);
1097 LdStart = getStartForNegStride(LdStart, BECount, IntIdxTy, StoreSize, SE);

Completed in 147 milliseconds