Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp742 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds; getUpperBound() local
765 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds; getLowerBound() local
897 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds; simplifyMinOrMaxExprWithOperands() local
[all...]
/llvm-project/mlir/lib/IR/
H A DAffineExpr.cpp1587 getBoundForAffineExpr(AffineExpr expr,unsigned numDims,unsigned numSymbols,ArrayRef<std::optional<int64_t>> constLowerBounds,ArrayRef<std::optional<int64_t>> constUpperBounds,bool isUpper) getBoundForAffineExpr() argument