Searched refs:hasConstantUpperBound (Results 1 – 5 of 5) sorted by relevance
529 if (forOp.hasConstantLowerBound() && forOp.hasConstantUpperBound()) { in buildSliceTripCountMap()
743 if (origLoop.hasConstantUpperBound()) { in setInterTileBoundsParametric()
310 bool hasConstantUpperBound();313 return hasConstantLowerBound() && hasConstantUpperBound();
1591 if (!forOp.hasConstantUpperBound()) in foldLoopBounds()1713 bool AffineForOp::hasConstantUpperBound() { in hasConstantUpperBound() function in AffineForOp
699 if (forOp.hasConstantUpperBound()) { in addAffineForOpDomain()