Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp5902 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/
DScalarEvolution.cpp4407 if (ICmpInst *ExitCondICmp = dyn_cast<ICmpInst>(ExitCond)) in ComputeExitLimitFromCond() local
4408 return ComputeExitLimitFromICmp(L, ExitCondICmp, TBB, FBB); in ComputeExitLimitFromCond()