Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1553 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, in genLoopLimit() argument
1564 && !IVCount->getType()->isPointerTy()) { in genLoopLimit()
1573 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(IVCount, OfsTy); in genLoopLimit()
1608 IVLimit = IVCount; in genLoopLimit()
1615 > SE->getTypeSizeInBits(IVCount->getType())) in genLoopLimit()
1616 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()
1618 IVLimit = SE->getAddExpr(IVInit, IVCount); in genLoopLimit()
1628 Type *LimitTy = IVCount->getType()->isPointerTy() ? in genLoopLimit()
1629 IndVar->getType() : IVCount->getType(); in genLoopLimit()
1648 const SCEV *IVCount = BackedgeTakenCount; in LinearFunctionTestReplace() local
[all …]