Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3269 Instruction *PostIncV = dyn_cast<Instruction>( in GenerateIVChain() local
3271 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc))) in GenerateIVChain()
3274 Type *PostIncTy = PostIncV->getType(); in GenerateIVChain()
3278 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
3281 Phi.replaceUsesOfWith(PostIncV, IVOper); in GenerateIVChain()
3282 DeadInsts.emplace_back(PostIncV); in GenerateIVChain()