Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2392 if (ICmpInst *LoopTest = getLoopTest(L, ExitingBB)) in linearFunctionTestReplace() local
2393 SafeToPostInc = LoopTest->getOperand(0) == IncVar || in linearFunctionTestReplace()
2394 LoopTest->getOperand(1) == IncVar; in linearFunctionTestReplace()