Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2523 Value *NarrowCond; in narrowVectorSelect() local
2524 if (!match(Cond, m_OneUse(m_Shuffle(m_Value(NarrowCond), m_Poison()))) || in narrowVectorSelect()
2525 cast<FixedVectorType>(NarrowCond->getType())->getNumElements() != in narrowVectorSelect()
2535 return SelectInst::Create(NarrowCond, NarrowX, NarrowY); in narrowVectorSelect()