Home
last modified time | relevance | path

Searched defs:argIndices (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DFunctionSupport.cpp35 ArrayRef<unsigned> argIndices, in eraseFunctionArguments()
DBlock.cpp180 void Block::eraseArguments(ArrayRef<unsigned> argIndices) { in eraseArguments()
DBuiltinTypes.cpp134 FunctionType::getWithoutArgsAndResults(ArrayRef<unsigned> argIndices, in getWithoutArgsAndResults()
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h212 FunctionType getTypeWithoutArgsAndResults(ArrayRef<unsigned> argIndices, in getTypeWithoutArgsAndResults()
268 void eraseArguments(ArrayRef<unsigned> argIndices) { in eraseArguments()