Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1897 Value *LastInduction = VecInd; in createVectorIntInductionPHI() local
1899 Entry[Part] = LastInduction; in createVectorIntInductionPHI()
1900 LastInduction = Builder.CreateAdd(LastInduction, SplatVF, "step.add"); in createVectorIntInductionPHI()
1904 VecInd->addIncoming(LastInduction, LoopVectorBody); in createVectorIntInductionPHI()