Searched refs:VecInd (Results 1 – 1 of 1) sorted by relevance
1330 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind"); in execute() local1331 VecInd->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()1332 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()1333 Instruction *LastInduction = VecInd; in execute()1346 VecInd->addIncoming(SteppedStart, VectorPH); in execute()1352 VecInd->addIncoming(LastInduction, VectorPH); in execute()