Searched refs:topPart (Results 1 – 1 of 1) sorted by relevance
1571 Value topPart = rewriter.create<arith::SubFOp>(loc, oneVal, dy); in matchAndRewrite() local1572 topAcc = rewriter.create<arith::MulFOp>(loc, topAcc, topPart); in matchAndRewrite()1603 Value topPart = rewriter.create<arith::SubIOp>(loc, unitVal, dy); in matchAndRewrite() local1604 topAcc = rewriter.create<arith::MulIOp>(loc, topAcc, topPart); in matchAndRewrite()