Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1599 Value *IVStart = IndVar->getIncomingValueForBlock(L->getLoopPreheader()); in LinearFunctionTestReplace() local
1600 assert(AR->getStart() == SE->getSCEV(IVStart) && "bad loop counter"); in LinearFunctionTestReplace()
1602 cast<PointerType>(IVStart->getType())->getElementType())->isOne() in LinearFunctionTestReplace()
1606 ExitCnt = Builder.CreateGEP(IVStart, ExitCnt, "lftr.limit"); in LinearFunctionTestReplace()