Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DOperation.h351 void eraseOperand(unsigned idx) { eraseOperands(idx); } eraseOperand() function
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp199 void BranchOp::eraseOperand(unsigned index) { (*this)->eraseOperand(index); } in eraseOperand() function in BranchOp