Searched refs:getConstantLowerBound (Results 1 – 9 of 9) sorted by relevance
93 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
42 int64_t lb = forOp.getConstantLowerBound(); in buildTripCountMapAndOperands()
675 int64_t lb = forOp.getConstantLowerBound(); in addAffineForOpDomain()690 addConstantLowerBound(pos, forOp.getConstantLowerBound()); in addAffineForOpDomain()1605 auto lbConst = getConstantLowerBound(pos); in getSliceBounds()1715 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds()2301 FlatAffineConstraints::getConstantLowerBound(unsigned pos) const { in getConstantLowerBound() function in FlatAffineConstraints2854 auto constLb = getConstantLowerBound(d); in unionBoundingBox()2855 auto constOtherLb = otherAligned.getConstantLowerBound(d); in unionBoundingBox()
746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector()
515 Optional<int64_t> getConstantLowerBound(unsigned pos) const;
531 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
168 forOp.getLoc(), forOp.getConstantLowerBound()); in promoteIfSingleIteration()616 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()716 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setInterTileBoundsParametric()
317 int64_t getConstantLowerBound();
1717 int64_t AffineForOp::getConstantLowerBound() { in getConstantLowerBound() function in AffineForOp