Home
last modified time | relevance | path

Searched refs:NewLimit (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2271 APInt NewLimit; in linearFunctionTestReplace() local
2273 NewLimit = Start - Count; in linearFunctionTestReplace()
2275 NewLimit = Start + Count; in linearFunctionTestReplace()
2276 ExitCnt = ConstantInt::get(CmpIndVar->getType(), NewLimit); in linearFunctionTestReplace()