Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1557 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1572 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType()); in genLoopLimit()
1611 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1614 if (SE->getTypeSizeInBits(IVInit->getType()) in genLoopLimit()
1616 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()
1618 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"