Searched refs:InsElt1 (Results 1 – 1 of 1) sorted by relevance
1385 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() local1386 if (!InsElt1 || !InsElt1->hasOneUse()) in hoistInsEltConst()1392 if (match(InsElt1->getOperand(0), m_Value(X)) && in hoistInsEltConst()1393 match(InsElt1->getOperand(1), m_Value(Y)) && !isa<Constant>(Y) && in hoistInsEltConst()1394 match(InsElt1->getOperand(2), m_ConstantInt(IdxC1)) && in hoistInsEltConst()