Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2957 Instruction *PostIncV = dyn_cast<Instruction>( in GenerateIVChain() local
2959 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc))) in GenerateIVChain()
2962 Type *PostIncTy = PostIncV->getType(); in GenerateIVChain()
2966 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
2969 Phi->replaceUsesOfWith(PostIncV, IVOper); in GenerateIVChain()
2970 DeadInsts.push_back(PostIncV); in GenerateIVChain()