Searched refs:bodyYield (Results 1 – 1 of 1) sorted by relevance
463 auto bodyYield = dyn_cast<cir::YieldOp>(blk.getTerminator()); in matchAndRewrite() local464 if (bodyYield) in matchAndRewrite()465 lowerTerminator(bodyYield, (step ? step : cond), rewriter); in matchAndRewrite()