Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10027 SmallVector<unsigned, 8> InstsCount; in getScalarsVectorizationLegality() local
10030 InstsCount.push_back(count_if(I->operand_values(), [](Value *Op) { in getScalarsVectorizationLegality()
10037 std::accumulate(InstsCount.begin(), InstsCount.end(), 0) < 2) || in getScalarsVectorizationLegality()
10039 all_of(InstsCount, [](unsigned ICnt) { return ICnt < 2; }))) in getScalarsVectorizationLegality()