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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp709 auto UserInsInst = dyn_cast<InsertValueInst>(U); local
710 if (!UserInsInst || U->getOperand(0) != V)
712 if (UserInsInst->getIndices() == FirstIndices) {
716 V = UserInsInst;

Completed in 75 milliseconds