Lines Matching defs:bodyBuilderFn
2619 function_ref<void(OpBuilder &, Location, ValueRange)> bodyBuilderFn,
2627 if (bodyBuilderFn)
2628 bodyBuilderFn(builder, loc, ValueRange());
2641 if (i == e - 1 && bodyBuilderFn) {
2643 bodyBuilderFn(nestedBuilder, nestedLoc, ivs);
2659 AffineForOp::BodyBuilderFn bodyBuilderFn) {
2661 /*iterArgs=*/std::nullopt, bodyBuilderFn);
2668 AffineForOp::BodyBuilderFn bodyBuilderFn) {
2673 ubConst.value(), step, bodyBuilderFn);
2676 /*iterArgs=*/std::nullopt, bodyBuilderFn);
2682 function_ref<void(OpBuilder &, Location, ValueRange)> bodyBuilderFn) {
2683 buildAffineLoopNestImpl(builder, loc, lbs, ubs, steps, bodyBuilderFn,
2690 function_ref<void(OpBuilder &, Location, ValueRange)> bodyBuilderFn) {
2691 buildAffineLoopNestImpl(builder, loc, lbs, ubs, steps, bodyBuilderFn,