Searched refs:ExitCondICmp (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5902 if (ICmpInst *ExitCondICmp = dyn_cast<ICmpInst>(ExitCond)) { in computeExitLimitFromCond() local 5904 computeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB, ControlsExit); in computeExitLimitFromCond() 5909 return computeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB, ControlsExit, in computeExitLimitFromCond()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4407 if (ICmpInst *ExitCondICmp = dyn_cast<ICmpInst>(ExitCond)) in ComputeExitLimitFromCond() local 4408 return ComputeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB); in ComputeExitLimitFromCond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7262 if (ICmpInst *ExitCondICmp = dyn_cast<ICmpInst>(ExitCond)) { in computeExitLimitFromCondImpl() local 7264 computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit); in computeExitLimitFromCondImpl() 7269 return computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit, in computeExitLimitFromCondImpl()
|