FLANG
|
#include <flang/Evaluate/rewrite.h>
Public Member Functions | |
template<typename T , typename U > | |
Expr< T > | operator() (Expr< T > &&x, const U &op) |
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.