Searched refs:origLoop (Results 1 – 1 of 1) sorted by relevance
598 static void setIntraTileBoundsParametric(OpBuilder &b, AffineForOp origLoop, in setIntraTileBoundsParametric() argument610 assert(origLoop.hasConstantLowerBound() && in setIntraTileBoundsParametric()616 b.getAffineConstantExpr(origLoop.getConstantLowerBound()); in setIntraTileBoundsParametric()620 AffineBound lb = origLoop.getLowerBound(); in setIntraTileBoundsParametric()621 AffineBound ub = origLoop.getUpperBound(); in setIntraTileBoundsParametric()666 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStep()); in setIntraTileBoundsParametric()688 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()693 static void setInterTileBoundsParametric(OpBuilder &b, AffineForOp origLoop, in setInterTileBoundsParametric() argument695 OperandRange newLbOperands = origLoop.getLowerBoundOperands(); in setInterTileBoundsParametric()699 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap()); in setInterTileBoundsParametric()[all …]