FLANG
Public Member Functions | List of all members
Fortran::evaluate::rewrite::Identity Struct Reference

#include <flang/Evaluate/rewrite.h>

Inheritance diagram for Fortran::evaluate::rewrite::Identity:
Fortran::semantics::MinMaxRewriter Fortran::semantics::ReassocRewriter

Public Member Functions

template<typename T , typename U >
Expr< T > operator() (Expr< T > &&x, const U &op)
 

Detailed Description

Individual Expr<T> rewriter that simply constructs an expression that is identical to the input. This is a suitable base class for all user-defined rewriters.


The documentation for this struct was generated from the following file: