Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h540 MutableArrayRef<Expr *> getResultTypes() { in getResultTypes() function
543 MutableArrayRef<Expr *> getResultTypes() const { in getResultTypes() function
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h423 result_type_range getResultTypes() { return getResults().getTypes(); } getResultTypes() function
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h489 ArrayRef<Type> getResultTypes() const { return std::get<2>(key); } in getResultTypes() function