Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp836 ConstantInt *Ex1Idx, *Ex2Idx; in getShallowScore() local
838 match(V2, m_ExtractElement(m_Deferred(EV), m_ConstantInt(Ex2Idx))) && in getShallowScore()
839 Ex1Idx->getZExtValue() + 1 == Ex2Idx->getZExtValue()) in getShallowScore()