Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DOperation.h369 operand_iterator operand_begin() { return getOperands().begin(); } operand_begin() function
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp346 auto Operator::operand_begin() const -> const_value_iterator { operand_begin() function in Operator