Lines Matching defs:PostIncV
3502 Instruction *PostIncV = dyn_cast<Instruction>(
3504 if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
3507 Type *PostIncTy = PostIncV->getType();
3511 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
3514 Phi.replaceUsesOfWith(PostIncV, IVOper);
3515 DeadInsts.emplace_back(PostIncV);
7204 Instruction *PostIncV =
7206 if (!mustExecuteUBIfPoisonOnPathTo(PostIncV, LoopLatch->getTerminator(),
7214 if (PostIncV->getOperand(0) != &PN)
7219 MustDropPoisonLocal = PostIncV->hasPoisonGeneratingFlags();