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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1342 /// FIXME: Accept -1 stride and set IVLimit = IVInit - BECount
1434 const SCEV *IVInit = AR->getStart(); local
1436 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1443 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType());
1464 // In any other case, convert both IVInit and IVCount to integers before
1467 // BECount = (IVEnd - IVInit - 1) => IVLimit = IVInit (postinc).
1470 // for simple memset-style loops; (3) IVInit is an integer and IVCount is a
1481 const SCEV *IVInit = AR->getStart(); local
1483 // For integer IVs, truncate the IV before computing IVInit
[all...]

Completed in 65 milliseconds