Home
last modified time | relevance | path

Searched refs:FoldBinary (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h59 std::pair<BaseNode*, std::optional<IntVal>> FoldBinary(BinaryNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp208 return FoldBinary(static_cast<BinaryNode*>(node)); in DispatchFold()
1474 std::pair<BaseNode*, std::optional<IntVal>> ConstantFold::FoldBinary(BinaryNode *node) in FoldBinary() function in maple::__anon90::ConstantFold

Completed in 7 milliseconds