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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1337 /// FIXME: Accept -1 stride and set IVLimit = IVInit - BECount
1429 const SCEV *IVInit = AR->getStart(); local
1431 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1438 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType());
1459 // In any other case, convert both IVInit and IVCount to integers before
1462 // BECount = (IVEnd - IVInit - 1) => IVLimit = IVInit (postinc).
1465 // for simple memset-style loops; (3) IVInit is an integer and IVCount is a
1476 const SCEV *IVInit = AR->getStart(); local
1478 // For integer IVs, truncate the IV before computing IVInit
[all...]

Completed in 40 milliseconds