Searched defs:constBound (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Interfaces/ | ||
H A D | ValueBoundsOpInterface.cpp | 807 FailureOr<int64_t> constBound = computeConstantBound( areOverlappingSlices() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | AffineExpr.cpp | 1653 auto &constBound = isUpper ? constUpperBounds[i] : constLowerBounds[i]; getBoundForAffineExpr() local |