Searched refs:LastInduction (Results 1 – 1 of 1) sorted by relevance
1040 Instruction *LastInduction = VecInd; in execute() local1042 State.set(this, LastInduction, Part); in execute()1045 State.addMetadata(LastInduction, EntryVal); in execute()1047 LastInduction = cast<Instruction>( in execute()1048 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()1049 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()1052 LastInduction->setName("vec.ind.next"); in execute()1059 VecInd->addIncoming(LastInduction, VectorPH); in execute()