Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp247 bool IsIncreasing = !StepCI->isNegative(); in parseLoopStructure() local
262 if (IsIncreasing) { in parseLoopStructure()
422 Result.IndVarIncreasing = IsIncreasing; in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1016 bool IsIncreasing = !StepCI->isNegative(); parseLoopStructure() local