Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1807 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1822 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType()); in genLoopLimit()
1861 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1864 if (SE->getTypeSizeInBits(IVInit->getType()) in genLoopLimit()
1866 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()
1868 IVLimit = SE->getAddExpr(IVInit, IVCount); in genLoopLimit()
/external/llvm/test/Transforms/IndVarSimplify/
D2011-10-27-lftrnull.ll2 ; rdar://10359193: assert "IndVar type must match IVInit type"