Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1521 IntegerRelation::computeConstantLowerOrUpperBound(unsigned pos) { in computeConstantLowerOrUpperBound() function in IntegerRelation
1581 .computeConstantLowerOrUpperBound</*isLower=*/true>(pos); in getConstantBound()
1584 .computeConstantLowerOrUpperBound</*isLower=*/false>(pos); in getConstantBound()
1588 IntegerRelation(*this).computeConstantLowerOrUpperBound</*isLower=*/true>( in getConstantBound()
1592 .computeConstantLowerOrUpperBound</*isLower=*/false>(pos); in getConstantBound()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h622 Optional<int64_t> computeConstantLowerOrUpperBound(unsigned pos);