Lines Matching defs:ifOp
841 scf::IfOp ifOp = rewriter.create<scf::IfOp>(loc, cond, /*else*/ false);
842 rewriter.setInsertionPointToStart(&ifOp.getThenRegion().front());
1227 auto ifOp = builder.create<scf::IfOp>(loc, reduc.getTypes(), cond,
1229 builder.setInsertionPointToStart(&ifOp.getElseRegion().front());
1232 builder.setInsertionPointToStart(&ifOp.getThenRegion().front());
1236 // Exits the ifOp, update the sparse tensor SSA value.
1237 builder.setInsertionPointAfter(ifOp);
1238 dstBuf.val = ifOp.getResult(0);
1310 auto ifOp = builder.create<scf::IfOp>(loc, reduc.getTypes(), cond,
1312 builder.setInsertionPointToStart(&ifOp.getElseRegion().front());
1315 builder.setInsertionPointToStart(&ifOp.getThenRegion().front());
1319 // Exits the ifOp, update the sparse tensor SSA value.
1320 builder.setInsertionPointAfter(ifOp);
1321 dstBuf.val = ifOp.getResult(0);