Searched refs:boxLoad (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | box.fir | 117 // CHECK: %[[boxLoad:.*]] = load { ptr, i64, i32, i8, i8, i8, i8, [2 x [3 x i64]] }, ptr %[[arg1]] 118 // CHECK: store { ptr, i64, i32, i8, i8, i8, i8, [2 x [3 x i64]] } %[[boxLoad]], ptr %[[arg0]]
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | HostAssociations.cpp | 276 fir::BoxValue boxLoad = in getFromTuple() local 279 return fir::factory::readCharLen(builder, loc, boxLoad); in getFromTuple()
|