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.cpp357 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() function
479 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
605 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores()
641 APInt SecondStride = getStoreStride(SecondStoreEv); in processLoopStores()
708 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
1269 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()