Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1391 ConstantInt *IdxC1, *IdxC2; in hoistInsEltConst() local
1394 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()