Searched refs:NarrowCond (Results 1 – 1 of 1) sorted by relevance
2396 Value *NarrowCond; in narrowVectorSelect() local2397 if (!match(Cond, m_OneUse(m_Shuffle(m_Value(NarrowCond), m_Undef()))) || in narrowVectorSelect()2398 cast<FixedVectorType>(NarrowCond->getType())->getNumElements() != in narrowVectorSelect()2407 return SelectInst::Create(NarrowCond, NarrowX, NarrowY); in narrowVectorSelect()