Searched refs:genLoopLimit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1523 /// genLoopLimit - Help LinearFunctionTestReplace by generating a value that
1525 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, function
1637 Value *ExitCnt = genLoopLimit(IndVar, IVCount, L, Rewriter, SE);
1639 && "genLoopLimit missed a cast");

Completed in 143 milliseconds