Searched refs:createInductionVariable (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 346 PHINode *createInductionVariable(Loop *L, Value *Start, Value *End, 2725 PHINode *InnerLoopVectorizer::createInductionVariable(Loop *L, Value *Start, in createInductionVariable() function in InnerLoopVectorizer 3049 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEmptyLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 469 PHINode *createInductionVariable(Loop *L, Value *Start, Value *End, 2561 PHINode *InnerLoopVectorizer::createInductionVariable(Loop *L, Value *Start, in createInductionVariable() function in InnerLoopVectorizer 2895 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createVectorizedLoopSkeleton()
|