Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h328 mlir::Type getResultStorageType() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp300 mlir::Type Fortran::lower::CallerInterface::getResultStorageType() const { in getResultStorageType() function in Fortran::lower::CallerInterface
H A DConvertExpr.cpp2498 mlir::Type type = caller.getResultStorageType(); in genCallOpAndResult()