Searched refs:InsElt2 (Results 1 – 1 of 1) sorted by relevance
1383 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument1385 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst()1395 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst()1396 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()