Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h266 FunctionType getWithoutArgsAndResults(ArrayRef<unsigned> argIndices,
DFunctionSupport.h214 return getType().getWithoutArgsAndResults(argIndices, resultIndices); in getTypeWithoutArgsAndResults()
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp134 FunctionType::getWithoutArgsAndResults(ArrayRef<unsigned> argIndices, in getWithoutArgsAndResults() function in FunctionType