Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1476 Value *NarrowCond; in narrowVectorSelect() local
1477 if (!match(Cond, m_OneUse(m_ShuffleVector(m_Value(NarrowCond), m_Undef(), in narrowVectorSelect()
1479 NarrowCond->getType()->getVectorNumElements() != NarrowNumElts || in narrowVectorSelect()
1488 return SelectInst::Create(NarrowCond, NarrowX, NarrowY); in narrowVectorSelect()