Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2270 ConstantInt *Ex1Idx; in getShallowScore() local
2271 if (match(V1, m_ExtractElt(m_Value(EV1), m_ConstantInt(Ex1Idx)))) { in getShallowScore()
2292 int Idx1 = Ex1Idx->getZExtValue(); in getShallowScore()