Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp340 ArrayRef<Type> callableResultTypes = callable.getCallableResults(); in inlineCall() local
347 callResults.size() != callableResultTypes.size()) in inlineCall()
390 if (callResult.getType() == callableResultTypes[i]) in inlineCall()
411 callableResultTypes, call.getLoc(), in inlineCall()