Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp939 uint64_t InsEltIndex; in foldConstantInsEltIntoShuffle() local
942 !match(InsElt.getOperand(2), m_ConstantInt(InsEltIndex))) in foldConstantInsEltIntoShuffle()
966 if (I == InsEltIndex) { in foldConstantInsEltIntoShuffle()
969 NewMaskElts[I] = ConstantInt::get(Int32Ty, InsEltIndex + NumElts); in foldConstantInsEltIntoShuffle()