Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1568 const SCEV *IVInit = AR->getStart(); in LinearFunctionTestReplace() local
1574 if (IVInit->getType()->isPointerTy()) { in LinearFunctionTestReplace()
1576 CmpTy = SE->getEffectiveSCEVType(IVInit->getType()); in LinearFunctionTestReplace()
1581 if (SE->getTypeSizeInBits(IVInit->getType()) in LinearFunctionTestReplace()
1583 IVInit = SE->getTruncateExpr(IVInit, CmpTy); in LinearFunctionTestReplace()
1585 IVLimit = SE->getAddExpr(IVInit, IVLimit); in LinearFunctionTestReplace()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1830 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1843 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType()); in genLoopLimit()
1882 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
1885 if (SE->getTypeSizeInBits(IVInit->getType()) in genLoopLimit()
1887 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()
1889 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"