Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1383 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument
1385 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()