Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1822 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntOrFpInductionPHI() local
1824 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1825 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI()
1846 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntOrFpInductionPHI()
1847 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1895 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntInductionPHI() local
1897 Value *LastInduction = VecInd; in createVectorIntInductionPHI()
1903 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntInductionPHI()
1904 VecInd->addIncoming(LastInduction, LoopVectorBody); in createVectorIntInductionPHI()