Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp44 static mlir::FunctionType getNewFunctionType(mlir::FunctionType funcTy, in getNewFunctionType() function
179 auto newFuncTy = getNewFunctionType(oldFuncTy, shouldBoxResult); in matchAndRewrite()
207 func.setType(getNewFunctionType(funcTy, shouldBoxResult)); in runOnOperation()