Searched refs:ShufConstVec (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp957 Constant *ShufConstVec, *InsEltScalar; local
959 if (!match(Shuf->getOperand(1), m_Constant(ShufConstVec)) ||
990 NewShufElts[I] = ShufConstVec->getAggregateElement(I);

Completed in 96 milliseconds