Searched refs:StepI (Results 1 – 1 of 1) sorted by relevance
147 if (auto *StepI = dyn_cast<Instruction>(StepV)) { in run() local148 if (L->contains(StepI->getParent())) { in run()175 BinaryOperator *StepI = Info.StepInst; in run() local176 assert(StepI && "Step instruction should have been found"); in run()179 if (!isGuaranteedNotToBeUndefOrPoison(StepI, nullptr, StepI, &DT)) { in run()180 LLVM_DEBUG(dbgs() << "canonfr: drop flags: " << *StepI << "\n"); in run()181 StepI->dropPoisonGeneratingFlags(); in run()182 SE.forgetValue(StepI); in run()185 InsertFreezeAndForgetFromSCEV(StepI->getOperandUse(Info.StepValIdx)); in run()188 PHI->getOperandNumForIncomingValue(PHI->getIncomingValue(0) == StepI); in run()