Searched refs:rw_rhs (Results 1 – 1 of 1) sorted by relevance
860 auto rw_rhs = in matchAndRewrite() local862 if (rw_rhs) { in matchAndRewrite()864 if (failed(MatchBinaryReduceFunction<mhlo::AddOp>(rw_rhs.body()))) in matchAndRewrite()870 if (!isFloatZero(rw_rhs.init_value()) || in matchAndRewrite()871 !matchPattern(rw_rhs.operand(), m_Constant(&rhs_input)) || in matchAndRewrite()877 if (rw.window_dimensions() != rw_rhs.window_dimensions() || in matchAndRewrite()878 rw.window_strides() != rw_rhs.window_strides() || in matchAndRewrite()879 rw.window_dilations() != rw_rhs.window_dilations() || in matchAndRewrite()880 rw.base_dilations() != rw_rhs.base_dilations() || in matchAndRewrite()881 rw.padding() != rw_rhs.padding()) in matchAndRewrite()