Home
last modified time | relevance | path

Searched refs:VecInd (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2312 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntOrFpInductionPHI() local
2314 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()