Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp230 for (unsigned J = 0, EV2 = I2->getNumOperands(); J < EV2; ++J) in getLAScore() local
H A DSLPVectorizer.cpp1172 Value *EV2 = nullptr; in getShallowScore() local
1175 m_ExtractElt(m_Value(EV2), m_CombineOr(m_ConstantInt(Ex2Idx), in getShallowScore()
1180 if (isUndefVector(EV2) && EV2->getType() == EV1->getType()) in getShallowScore()
1182 if (EV2 == EV1) { in getShallowScore()