Searched refs:resultRef (Results 1 – 1 of 1) sorted by relevance
822 mlir::Value resultRef = resultSymBox.getAddr(); in genReturnSymbol() local828 if (resultRef.getType() != resultRefType) in genReturnSymbol()829 resultRef = builder->createConvert(loc, resultRefType, resultRef); in genReturnSymbol()830 return builder->create<fir::LoadOp>(loc, resultRef); in genReturnSymbol()