Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp874 mlir::FunctionType actualFuncType = funcOp.getType(); in getRuntimeCallGenerator() local
875 assert(actualFuncType.getNumResults() == soughtFuncType.getNumResults() && in getRuntimeCallGenerator()
876 actualFuncType.getNumInputs() == soughtFuncType.getNumInputs() && in getRuntimeCallGenerator()
877 actualFuncType.getNumResults() == 1 && "Bad intrinsic match"); in getRuntimeCallGenerator()
879 return [funcOp, actualFuncType, soughtFuncType]( in getRuntimeCallGenerator()
883 for (const auto &pair : llvm::zip(actualFuncType.getInputs(), args)) in getRuntimeCallGenerator()