Searched refs:LastInduction (Results 1 – 1 of 1) sorted by relevance
9431 Instruction *LastInduction = VecInd; in execute() local9433 State.set(this, LastInduction, Part); in execute()9436 State.addMetadata(LastInduction, EntryVal); in execute()9438 LastInduction = cast<Instruction>( in execute()9439 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()9440 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()9443 LastInduction->setName("vec.ind.next"); in execute()9450 VecInd->addIncoming(LastInduction, VectorPH); in execute()