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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1425 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, argument
1431 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1436 && !IVCount->getType()->isPointerTy()) {
1439 const SCEV *IVOffset = SE->getTruncateOrSignExtend(IVCount, OfsTy);
1459 // In any other case, convert both IVInit and IVCount to integers before
1465 // for simple memset-style loops; (3) IVInit is an integer and IVCount is a
1470 // For unit stride, IVCount = Start + BECount with 2's complement overflow.
1471 // For non-zero Start, compute IVCount here.
1473 IVLimit = IVCount;
1480 > SE->getTypeSizeInBits(IVCount
1515 const SCEV *IVCount = BackedgeTakenCount; local
1568 << " IVCount:\\t" << *IVCount << "\\n"); local
[all...]

Completed in 74 milliseconds