Lines Matching defs:ifOp1
5014 auto ifOp1 = builder.create<fir::IfOp>(loc, resultType, cmp, true);
5015 builder.setInsertionPointToStart(&ifOp1.getThenRegion().front());
5020 builder.setInsertionPointToStart(&ifOp1.getElseRegion().front());
5063 builder.setInsertionPointAfter(ifOp1);
5064 return ifOp1.getResult(0);
5178 fir::IfOp ifOp1 = builder.create<fir::IfOp>(loc, resultType, aEqB,
5180 builder.setInsertionPointToStart(&ifOp1.getThenRegion().front());
5184 builder.setInsertionPointToStart(&ifOp1.getElseRegion().front());
5312 builder.setInsertionPointAfter(ifOp1);
5313 return ifOp1.getResult(0);