Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp263 bool DecreasedRightValueByOne = false; in parseLoopStructure() local
289 DecreasedRightValueByOne = true; in parseLoopStructure()
294 DecreasedRightValueByOne = true; in parseLoopStructure()
323 if (!DecreasedRightValueByOne) in parseLoopStructure()
327 assert(!DecreasedRightValueByOne && in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1032 bool DecreasedRightValueByOne = false; parseLoopStructure() local