Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp385 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() function
629 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores()
665 APInt SecondStride = getStoreStride(SecondStoreEv); in processLoopStores()
732 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
1298 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()