Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DFunctionSupport.cpp34 void mlir::impl::eraseFunctionArguments(Operation *op, in eraseFunctionArguments() function in mlir::impl
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h76 void eraseFunctionArguments(Operation *op, ArrayRef<unsigned> argIndices,
271 ::mlir::impl::eraseFunctionArguments(this->getOperation(), argIndices, in eraseArguments()