Searched defs:isConsecutive (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | LoopCacheAnalysis.cpp | 467 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, isConsecutive() function in IndexedReference |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.h | 2365 bool isConsecutive() const { return Consecutive; } isConsecutive() function |