Lines Matching defs:constLowerBounds
748 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds;
749 constLowerBounds.reserve(operands.size());
752 constLowerBounds.push_back(getLowerBound(operand));
759 return getBoundForAffineExpr(expr, numDims, numSymbols, constLowerBounds,
771 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds;
772 constLowerBounds.reserve(operands.size());
775 constLowerBounds.push_back(getLowerBound(operand));
784 constLowerBounds, constUpperBounds,
903 SmallVector<std::optional<int64_t>> constLowerBounds, constUpperBounds;
904 constLowerBounds.reserve(operands.size());
907 constLowerBounds.push_back(getLowerBound(operand));
926 constLowerBounds, constUpperBounds,
930 constLowerBounds, constUpperBounds,