Searched refs:LastInduction (Results 1 – 1 of 1) sorted by relevance
9310 Instruction *LastInduction = VecInd; in execute() local9312 State.set(this, LastInduction, Part); in execute()9315 State.addMetadata(LastInduction, EntryVal); in execute()9317 LastInduction = cast<Instruction>( in execute()9318 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()9319 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()9322 LastInduction->setName("vec.ind.next"); in execute()9329 VecInd->addIncoming(LastInduction, VectorPH); in execute()