- All Known Implementing Classes:
ExprTransformApplyElementTransform
,ExprTransformApplyTransform
,ExprTransformBase
,ExprTransformConstantFold
,ExprTransformCopy
,ExprTransformExpand
,ExprTransformNodeElement
,ExprTransformSubstitute
,NodeTransformExpr
public interface ExprTransform
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(ExprAggregator eAgg) transform
(ExprFunction0 func) transform
(ExprFunction1 func, Expr expr1) transform
(ExprFunction2 func, Expr expr1, Expr expr2) transform
(ExprFunction3 func, Expr expr1, Expr expr2, Expr expr3) transform
(ExprFunctionN func, ExprList args) transform
(ExprFunctionOp funcOp, ExprList args, Op opArg)
-
Method Details
-
transform
-
transform
-
transform
-
transform
-
transform
-
transform
-
transform
-
transform
-
transform
-
transform
-