Searched refs:hasConstantUpperBound (Results 1 – 5 of 5) sorted by relevance
326 bool hasConstantUpperBound();329 return hasConstantLowerBound() && hasConstantUpperBound();
1009 if (forOp.hasConstantLowerBound() && forOp.hasConstantUpperBound()) { in buildSliceTripCountMap()
635 if (forOp.hasConstantUpperBound()) { in addAffineForOpDomain()
1813 if (!forOp.hasConstantUpperBound()) in foldLoopBounds()2049 bool AffineForOp::hasConstantUpperBound() { in hasConstantUpperBound() function in AffineForOp2119 if (!hasConstantUpperBound()) in getSingleUpperBound()
694 if (origLoop.hasConstantUpperBound()) { in setInterTileBoundsParametric()