Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h591 Optional<int64_t> computeConstantLowerOrUpperBound(unsigned pos);
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2244 FlatAffineConstraints::computeConstantLowerOrUpperBound(unsigned pos) { in computeConstantLowerOrUpperBound() function in FlatAffineConstraints
2303 return tmpCst.computeConstantLowerOrUpperBound</*isLower=*/true>(pos); in getConstantLowerBound()
2309 return tmpCst.computeConstantLowerOrUpperBound</*isLower=*/false>(pos); in getConstantUpperBound()