Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp289 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() function
396 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
524 APInt FirstStride = getStoreStride(FirstStoreEv); in processLoopStores()
560 APInt SecondStride = getStoreStride(SecondStoreEv); in processLoopStores()
626 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
851 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()