Searched defs:operand_begin (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Operation.h | 369 operand_iterator operand_begin() { return getOperands().begin(); } operand_begin() function |
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Operator.cpp | 346 auto Operator::operand_begin() const -> const_value_iterator { operand_begin() function in Operator |