Searched refs:getConstantUpperBound (Results 1 – 7 of 7) sorted by relevance
43 int64_t ub = forOp.getConstantUpperBound(); in getTripCountMapAndOperands()
1011 forOp.getConstantUpperBound() - forOp.getConstantLowerBound(); in buildSliceTripCountMap()
636 addBound(BoundType::UB, pos, forOp.getConstantUpperBound() - 1); in addAffineForOpDomain()
1016 vecForOp.getConstantUpperBound() - vecForOp.getConstantLowerBound(); in createMask()
1854 int64_t ub = forOp.getConstantUpperBound(); in getTrivialConstantTripCount()2057 int64_t AffineForOp::getConstantUpperBound() { in getConstantUpperBound() function in AffineForOp2122 return OpFoldResult(b.getI64IntegerAttr(getConstantUpperBound())); in getSingleUpperBound()
336 int64_t getConstantUpperBound();
695 origUpperBound = origLoop.getConstantUpperBound(); in setInterTileBoundsParametric()