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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1452 const SCEV *BestInit = nullptr; local
1507 if (BestInit->isZero() != Init->isZero()) {
1508 if (BestInit->isZero())
1518 BestInit = Init;

Completed in 70 milliseconds