Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6126 bool AllConsecutive = true; in computeExtractCost() local
6141 AllConsecutive = true; in computeExtractCost()
6154 AllConsecutive &= PrevIdx + 1 == CurrentIdx && in computeExtractCost()
6159 if (AllConsecutive) in computeExtractCost()