Searched refs:NextStride (Results 1 – 1 of 1) sorted by relevance
2204 int64_t NextStride = getPtrStride(PSE, AccessTy, Ptr, L).value_or(0); in canTailPredicateLoop() local2205 if (NextStride == 1) { in canTailPredicateLoop()2210 } else if (NextStride == -1 || in canTailPredicateLoop()2211 (NextStride == 2 && MVEMaxSupportedInterleaveFactor >= 2) || in canTailPredicateLoop()2212 (NextStride == 4 && MVEMaxSupportedInterleaveFactor >= 4)) { in canTailPredicateLoop()