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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1357 const SCEV *BestInit = 0; local
1412 if (BestInit->isZero() != Init->isZero()) {
1413 if (BestInit->isZero())
1423 BestInit = Init;

Completed in 66 milliseconds