Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp425 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() function
547 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
673 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores()
709 APInt SecondStride = getStoreStride(SecondStoreEv); in processLoopStores()
779 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
1207 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()