Searched refs:hasConstantLowerBound (Results 1 – 6 of 6) sorted by relevance
143 if (forOp.hasConstantLowerBound()) { in promoteIfSingleIteration()561 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()661 assert(origLoop.hasConstantLowerBound() && in setInterTileBoundsParametric()1727 if (loop.getStep() != 1 || !loop.hasConstantLowerBound() || in coalesceLoops()
561 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
603 if (!forOp.hasConstantLowerBound()) in addAffineForOpDomain()626 if (forOp.hasConstantLowerBound()) { in addAffineForOpDomain()
1009 if (forOp.hasConstantLowerBound() && forOp.hasConstantUpperBound()) { in buildSliceTripCountMap()
324 bool hasConstantLowerBound();329 return hasConstantLowerBound() && hasConstantUpperBound();
1809 if (!forOp.hasConstantLowerBound()) in foldLoopBounds()2045 bool AffineForOp::hasConstantLowerBound() { in hasConstantLowerBound() function in AffineForOp2107 if (!hasConstantLowerBound()) in getSingleLowerBound()