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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1430 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, argument
1436 // IVInit may be a pointer while IVCount is an integer when FindLoopCounter
1441 && !IVCount->getType()->isPointerTy()) {
1444 const SCEV *IVOffset = SE->getTruncateOrSignExtend(IVCount, OfsTy);
1464 // In any other case, convert both IVInit and IVCount to integers before
1470 // for simple memset-style loops; (3) IVInit is an integer and IVCount is a
1475 // For unit stride, IVCount = Start + BECount with 2's complement overflow.
1476 // For non-zero Start, compute IVCount here.
1478 IVLimit = IVCount;
1485 > SE->getTypeSizeInBits(IVCount
1520 const SCEV *IVCount = BackedgeTakenCount; local
1573 << " IVCount:\\t" << *IVCount << "\\n"); local
[all...]

Completed in 113 milliseconds