Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp1044 int64_t minRoundedUp, maxRoundedDown; in findIntegerSample() local
1045 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()
1053 if (minRoundedUp < maxRoundedDown) { in findIntegerSample()
1057 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()
1063 nextValueStack.push_back(minRoundedUp); in findIntegerSample()
1103 int64_t minRoundedUp; in computeIntegerBounds() local
1106 minRoundedUp = ceil(*maybeMin); in computeIntegerBounds()
1117 return {minRoundedUp, maxRoundedDown}; in computeIntegerBounds()