Searched refs:VecInd (Results 1 – 1 of 1) sorted by relevance
2312 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntOrFpInductionPHI() local2314 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()2315 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI()2337 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntOrFpInductionPHI()2338 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()