Searched refs:SteppedStart (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1887 Value *SteppedStart = getStepVector(SplatStart, 0, Step); in createVectorIntInductionPHI() local 1895 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntInductionPHI() 1903 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntInductionPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1790 Value *SteppedStart = in createVectorIntOrFpInductionPHI() local 1822 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntOrFpInductionPHI() 1846 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntOrFpInductionPHI()
|