Home
last modified time | relevance | path

Searched defs:eraseOperand (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DOperation.h238 void eraseOperand(unsigned idx) { eraseOperands(idx); } in eraseOperand() function
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp663 void BranchOp::eraseOperand(unsigned index) { (*this)->eraseOperand(index); } in eraseOperand() function in BranchOp