Searched refs:InsElt1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp927 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); local
928 if (!InsElt1 || !InsElt1->hasOneUse())
934 if (match(InsElt1->getOperand(0), m_Value(X)) &&
935 match(InsElt1->getOperand(1), m_Value(Y)) && !isa<Constant>(Y) &&
936 match(InsElt1->getOperand(2), m_ConstantInt(IdxC1)) &&

Completed in 62 milliseconds