Searched refs:PostIncV (Results 1 – 1 of 1) sorted by relevance
2957 Instruction *PostIncV = dyn_cast<Instruction>( in GenerateIVChain() local2959 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()