Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1416 uint64_t InsEltIndex; in foldConstantInsEltIntoShuffle() local
1419 !match(InsElt.getOperand(2), m_ConstantInt(InsEltIndex))) in foldConstantInsEltIntoShuffle()
1443 if (I == InsEltIndex) { in foldConstantInsEltIntoShuffle()
1445 NewMaskElts[I] = InsEltIndex + NumElts; in foldConstantInsEltIntoShuffle()