Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.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()