Searched refs:LastInduction (Results 1 – 1 of 1) sorted by relevance
1333 Instruction *LastInduction = VecInd; in execute() local1335 State.set(this, LastInduction, Part); in execute()1338 State.addMetadata(LastInduction, EntryVal); in execute()1340 LastInduction = cast<Instruction>( in execute()1341 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()1342 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()1345 LastInduction->setName("vec.ind.next"); in execute()1352 VecInd->addIncoming(LastInduction, VectorPH); in execute()