Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1033 FunctionType funType = function.getFunctionType(); in verify() local
1035 if (funType.getNumResults() != operands().size()) in verify()
1037 .append("expected ", funType.getNumResults(), " result operands") in verify()