Searched refs:concatValues (Results 1 – 1 of 1) sorted by relevance
2439 auto concatValues = [](const auto &first, const auto &second) { in matchAndRewrite() local2448 concatValues(op.getLowerBound(), innerOp.getLowerBound()); in matchAndRewrite()2450 concatValues(op.getUpperBound(), innerOp.getUpperBound()); in matchAndRewrite()2451 auto newSteps = concatValues(op.getStep(), innerOp.getStep()); in matchAndRewrite()