Searched refs:hasConstantLowerBound (Results 1 – 6 of 6) sorted by relevance
93 if (op.hasConstantLowerBound() && (op.getConstantLowerBound() == 0) && in normalizeAffineFor()
529 if (forOp.hasConstantLowerBound() && forOp.hasConstantUpperBound()) { in buildSliceTripCountMap()
165 if (forOp.hasConstantLowerBound()) { in promoteIfSingleIteration()610 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()710 assert(origLoop.hasConstantLowerBound() && in setInterTileBoundsParametric()
308 bool hasConstantLowerBound();313 return hasConstantLowerBound() && hasConstantUpperBound();
666 if (!forOp.hasConstantLowerBound()) in addAffineForOpDomain()689 if (forOp.hasConstantLowerBound()) { in addAffineForOpDomain()
1587 if (!forOp.hasConstantLowerBound()) in foldLoopBounds()1709 bool AffineForOp::hasConstantLowerBound() { in hasConstantLowerBound() function in AffineForOp