Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DOperation.h408 result_iterator result_begin() { return getResults().begin(); } result_begin() function
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp188 auto Operator::result_begin() const -> const_value_iterator { result_begin() function in Operator