Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2002 mlir::Type soughtType = soughtFuncType.getResult(0); in getRuntimeCallGenerator() local
2003 return builder.createConvert(loc, soughtType, result); in getRuntimeCallGenerator()