Lines Matching defs:arrLoad
5871 auto arrLoad = builder.create<fir::ArrayLoadOp>(
5879 arrLoad = builder.create<fir::ArrayLoadOp>(loc, arrTy, addr, shape, slice,
5883 mlir::Value arrLd = arrLoad.getResult();
5891 destination = arrLoad;
5901 destination = arrLoad;
5923 fir::factory::getTypeParams(loc, builder, arrLoad);
5962 builder, loc, arrLoad, iters.iterVec(), substringBounds);
6011 auto arrLoad = builder.create<fir::ArrayLoadOp>(
6013 mlir::Operation::operand_range arrLdTypeParams = arrLoad.getTypeparams();
6014 mlir::Value arrLd = arrLoad.getResult();
6017 arrLoad->setAttr(fir::getOptionalAttrName(), builder.getUnitAttr());