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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3224 Instruction *PostIncV = dyn_cast<Instruction>( local
3226 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
3229 Type *PostIncTy = PostIncV->getType();
3233 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
3236 Phi.replaceUsesOfWith(PostIncV, IVOper);
3237 DeadInsts.emplace_back(PostIncV);

Completed in 129 milliseconds