Searched refs:PostIncV (Results 1 – 1 of 1) sorted by relevance
3502 Instruction *PostIncV = dyn_cast<Instruction>( in GenerateIVChain() local3504 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc))) in GenerateIVChain()3507 Type *PostIncTy = PostIncV->getType(); in GenerateIVChain()3511 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()3514 Phi.replaceUsesOfWith(PostIncV, IVOper); in GenerateIVChain()3515 DeadInsts.emplace_back(PostIncV); in GenerateIVChain()7204 Instruction *PostIncV = in canFoldTermCondOfLoop() local7206 if (!mustExecuteUBIfPoisonOnPathTo(PostIncV, LoopLatch->getTerminator(), in canFoldTermCondOfLoop()7214 if (PostIncV->getOperand(0) != &PN) in canFoldTermCondOfLoop()7219 MustDropPoisonLocal = PostIncV->hasPoisonGeneratingFlags(); in canFoldTermCondOfLoop()