Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp305 ArrayRef<Type> callableResultTypes = callable.getCallableResults(); in inlineCall() local
312 callResults.size() != callableResultTypes.size()) in inlineCall()
355 if (callResult.getType() == callableResultTypes[i]) in inlineCall()
375 callableResultTypes, call.getLoc(), in inlineCall()