Searched refs:origLowerBoundExpr (Results 1 – 1 of 1) sorted by relevance
614 AffineExpr origLowerBoundExpr; in setIntraTileBoundsParametric() local615 origLowerBoundExpr = in setIntraTileBoundsParametric()662 ((lbLoopIvExpr - origLowerBoundExpr) * lbTileParameter) + in setIntraTileBoundsParametric()663 origLowerBoundExpr); in setIntraTileBoundsParametric()671 ((ubLoopIvExpr - origLowerBoundExpr) * ubTileParameter) + in setIntraTileBoundsParametric()672 (ubTileParameter * origLoopStep) + origLowerBoundExpr); in setIntraTileBoundsParametric()714 AffineExpr origLowerBoundExpr; in setInterTileBoundsParametric() local715 origLowerBoundExpr = in setInterTileBoundsParametric()752 origLowerBoundExpr + in setInterTileBoundsParametric()753 (origUpperBoundExpr - origLowerBoundExpr).ceilDiv(tileParameter)); in setInterTileBoundsParametric()[all …]