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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp186 bool NegStride, bool IsLoopMemset = false);
741 bool NegStride = StoreSize == -Stride; local
746 BECount, NegStride)) {
798 bool NegStride = SizeInBytes == -Stride; local
801 SplatValue, MSI, MSIs, Ev, BECount, NegStride, /*IsLoopMemset=*/true);
894 const SCEV *BECount, bool NegStride, bool IsLoopMemset) {
917 if (NegStride)
1047 bool NegStride = StoreSize == -Stride; local
1073 if (NegStride)
1096 if (NegStride)
890 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride, bool IsLoopMemset) argument
[all...]

Completed in 117 milliseconds