Home
last modified time | relevance | path

Searched refs:resultRef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp822 mlir::Value resultRef = resultSymBox.getAddr(); in genReturnSymbol() local
828 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()