Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp97 auto Operator::result_begin() -> value_iterator { return results.begin(); } in result_begin() function in Operator
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h284 result_iterator result_begin() { return getResults().begin(); } in result_begin() function
DOpDefinition.h592 result_iterator result_begin() { in result_begin() function