Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3277 Instruction *PostIncV = dyn_cast<Instruction>( in GenerateIVChain() local
3279 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc))) in GenerateIVChain()
3282 Type *PostIncTy = PostIncV->getType(); in GenerateIVChain()
3286 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
3289 Phi.replaceUsesOfWith(PostIncV, IVOper); in GenerateIVChain()
3290 DeadInsts.emplace_back(PostIncV); in GenerateIVChain()