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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp714 auto UserInsInst = dyn_cast<InsertValueInst>(U); local
715 if (!UserInsInst || U->getOperand(0) != V)
717 if (UserInsInst->getIndices() == FirstIndices) {
721 V = UserInsInst;

Completed in 123 milliseconds