Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dext_constantfold.h26 BaseNode *ExtFoldBinary(BinaryNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dext_constantfold.cpp80 return ExtFoldBinary(static_cast<BinaryNode *>(node)); in DispatchFold()
99 BaseNode *ExtConstantFold::ExtFoldBinary(BinaryNode *node) in ExtFoldBinary() function in maple::ExtConstantFold