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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1428 /// genLoopLimit - Help LinearFunctionTestReplace by generating a value that
1430 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, function
1556 Value *ExitCnt = genLoopLimit(IndVar, IVCount, L, Rewriter, SE);
1558 && "genLoopLimit missed a cast");

Completed in 71 milliseconds