Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5700 bool AllConsecutive = true; in computeExtractCost() local
5715 AllConsecutive = true; in computeExtractCost()
5728 AllConsecutive &= PrevIdx + 1 == CurrentIdx && in computeExtractCost()
5733 if (AllConsecutive) in computeExtractCost()