Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1978 APInt NewLimit; in linearFunctionTestReplace() local
1980 NewLimit = Start - Count; in linearFunctionTestReplace()
1982 NewLimit = Start + Count; in linearFunctionTestReplace()
1983 ExitCnt = ConstantInt::get(CmpIndVar->getType(), NewLimit); in linearFunctionTestReplace()