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