Lines Matching defs:ifOp2
5023 auto ifOp2 = builder.create<fir::IfOp>(loc, resultType, cmp, true);
5024 builder.setInsertionPointToStart(&ifOp2.getThenRegion().front());
5029 builder.setInsertionPointToStart(&ifOp2.getElseRegion().front());
5061 builder.setInsertionPointAfter(ifOp2);
5062 builder.create<fir::ResultOp>(loc, ifOp2.getResult(0));
5236 fir::IfOp ifOp2 = builder.create<fir::IfOp>(loc, resultType, aLtB,
5238 builder.setInsertionPointToStart(&ifOp2.getThenRegion().front());
5266 builder.setInsertionPointToStart(&ifOp2.getElseRegion().front());
5294 builder.setInsertionPointAfter(ifOp2);
5295 r = ifOp2.getResult(0);
5311 builder.create<fir::ResultOp>(loc, ifOp2.getResult(0));