Searched refs:IdxC1 (Results 1 – 1 of 1) sorted by relevance
1391 ConstantInt *IdxC1, *IdxC2; in hoistInsEltConst() local1394 match(InsElt1->getOperand(2), m_ConstantInt(IdxC1)) && in hoistInsEltConst()1396 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()1398 return InsertElementInst::Create(NewInsElt1, Y, IdxC1); in hoistInsEltConst()