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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp779 InsertElementInst *FirstIE = nullptr; local
797 FirstIE = CurrIE;
802 if (FirstIE == &InsElt)
809 if (!isa<UndefValue>(FirstIE->getOperand(0)))
817 if (!cast<ConstantInt>(FirstIE->getOperand(2))->isZero())
818 FirstIE = InsertElementInst::Create(UndefVec, SplatVal, Zero, "", &InsElt);
826 return new ShuffleVectorInst(FirstIE, UndefVec, Mask);

Completed in 48 milliseconds