Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h212 FunctionType getTypeWithoutArgsAndResults(ArrayRef<unsigned> argIndices, in getTypeWithoutArgsAndResults() function
270 Type newType = getTypeWithoutArgsAndResults(argIndices, {}); in eraseArguments()
282 Type newType = getTypeWithoutArgsAndResults({}, resultIndices); in eraseResults()
/external/llvm-project/mlir/docs/
DTraits.md281 for `FunctionType`: `addBodyBlock`, `getType`, `getTypeWithoutArgsAndResults`