Home
last modified time | relevance | path

Searched refs:SimplifyMathMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h121 bool SimplifyMathMethod(const StmtNode &stmt, BlockNode &block);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp95 bool Simplify::SimplifyMathMethod(const StmtNode &stmt, BlockNode &block) in SimplifyMathMethod() function in maple::Simplify
139 if (SimplifyMathMethod(stmt, block)) { in SimplifyCallAssigned()