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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1437 /// FIXME: Accept -1 stride and set IVLimit = IVInit - BECount
1529 const SCEV *IVInit = AR->getStart(); local
1531 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1544 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType());
1565 // In any other case, convert both IVInit and IVCount to integers before
1568 // BECount = (IVEnd - IVInit - 1) => IVLimit = IVInit (postinc).
1573 // IVInit integer and IVCount pointer would only occur if a canonical IV
1583 const SCEV *IVInit = AR->getStart(); local
1585 // For integer IVs, truncate the IV before computing IVInit
[all...]

Completed in 410 milliseconds