Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1163 mlir::FunctionType mathLibFuncType, in genMathOp() argument
1186 result = genLibCall(builder, loc, mathLibFuncName, mathLibFuncType, args); in genMathOp()
1190 mathLibFuncType.dump(); llvm::dbgs() << "\n"); in genMathOp()