Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h331 result_iterator result_end() { return getResults().end(); } in result_end() function
H A DOpDefinition.h583 result_iterator result_end() { return this->getOperation()->result_end(); } in result_end() function
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp148 auto Operator::result_end() const -> const_value_iterator { in result_end() function in Operator