Searched refs:StepI (Results 1 – 1 of 1) sorted by relevance
174 if (auto *StepI = dyn_cast<Instruction>(StepV)) { in run() local175 if (L->contains(StepI->getParent())) { in run()202 BinaryOperator *StepI = Info.StepInst; in run() local203 assert(StepI && "Step instruction should have been found"); in run()206 if (!isGuaranteedNotToBeUndefOrPoison(StepI, nullptr, StepI, &DT)) { in run()207 LLVM_DEBUG(dbgs() << "canonfr: drop flags: " << *StepI << "\n"); in run()208 StepI->dropPoisonGeneratingFlags(); in run()209 SE.forgetValue(StepI); in run()212 InsertFreezeAndForgetFromSCEV(StepI->getOperandUse(Info.StepValIdx)); in run()215 PHI->getOperandNumForIncomingValue(PHI->getIncomingValue(0) == StepI); in run()