Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1328 ConstantInt *Ex1Idx; in getShallowScore() local
1329 if (match(V1, m_ExtractElt(m_Value(EV1), m_ConstantInt(Ex1Idx)))) { in getShallowScore()
1344 int Idx1 = Ex1Idx->getZExtValue(); in getShallowScore()