Home
last modified time | relevance | path

Searched defs:isConsecutive (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp467 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, isConsecutive() function in IndexedReference
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2365 bool isConsecutive() const { return Consecutive; } isConsecutive() function