Searched refs:oldFill (Results 1 – 1 of 1) sorted by relevance
502 auto oldFill = reshapeOp.getSrc().template getDefiningOp<FillOp>(); in matchAndRewrite() local503 if (!oldFill) in matchAndRewrite()506 Location loc = oldFill.getLoc(); in matchAndRewrite()508 loc, reshapeOp.getResultType(), oldFill.output(), in matchAndRewrite()510 rewriter.replaceOpWithNewOp<FillOp>(reshapeOp, ValueRange{oldFill.value()}, in matchAndRewrite()