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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp741 bool NegStride = StoreSize == -Stride; local
798 bool NegStride = SizeInBytes == -Stride; local
1047 bool NegStride = StoreSize == -Stride; local
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 98 milliseconds