Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp352 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() function
474 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
600 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores()
636 APInt SecondStride = getStoreStride(SecondStoreEv); in processLoopStores()
703 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
1264 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()