Searched refs:getConstantLowerBound (Results 1 – 8 of 8) sorted by relevance
42 int64_t lb = forOp.getConstantLowerBound(); in getTripCountMapAndOperands()
612 int64_t lb = forOp.getConstantLowerBound(); in addAffineForOpDomain()627 addBound(BoundType::LB, pos, forOp.getConstantLowerBound()); in addAffineForOpDomain()
1011 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
146 forOp.getLoc(), forOp.getConstantLowerBound()); in promoteIfSingleIteration()567 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()667 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setInterTileBoundsParametric()1728 loop.getConstantLowerBound() != 0) in coalesceLoops()
561 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
1016 vecForOp.getConstantUpperBound() - vecForOp.getConstantLowerBound(); in createMask()
1853 int64_t lb = forOp.getConstantLowerBound(); in getTrivialConstantTripCount()2053 int64_t AffineForOp::getConstantLowerBound() { in getConstantLowerBound() function in AffineForOp2110 return OpFoldResult(b.getI64IntegerAttr(getConstantLowerBound())); in getSingleLowerBound()
333 int64_t getConstantLowerBound();