Home
last modified time | relevance | path

Searched defs:constBound (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp807 FailureOr<int64_t> constBound = computeConstantBound( areOverlappingSlices() local
824 FailureOr<int64_t> constBound = computeConstantBound( areOverlappingSlices() local
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp1653 auto &constBound = isUpper ? constUpperBounds[i] : constLowerBounds[i]; getBoundForAffineExpr() local
1658 auto &constBound = isUpper ? constLowerBounds[i] : constUpperBounds[i]; getBoundForAffineExpr() local