Searched refs:toMutableBox (Results 1 – 1 of 1) sorted by relevance
1119 auto toMutableBox = builder.createTemporary(loc, to.getType()); in genRecordAssignment() local1120 builder.create<fir::StoreOp>(loc, to, toMutableBox); in genRecordAssignment()1121 fir::runtime::genAssign(builder, loc, toMutableBox, from); in genRecordAssignment()