Searched refs:FirstStride (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp524 APInt FirstStride = getStoreStride(FirstStoreEv); local
528 if (FirstStride == FirstStoreSize || -FirstStride == FirstStoreSize) {
562 if (FirstStride != SecondStride)

Completed in 43 milliseconds