Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h64 std::pair<BaseNode*, std::optional<IntVal>> FoldRetype(RetypeNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp218 return FoldRetype(static_cast<RetypeNode*>(node)); in DispatchFold()
817 std::pair<BaseNode*, std::optional<IntVal>> ConstantFold::FoldRetype(RetypeNode *node) in FoldRetype() function in maple::__anon90::ConstantFold
824 CHECK_FATAL(newRetNode != nullptr, "newRetNode is null in ConstantFold::FoldRetype"); in FoldRetype()

Completed in 4 milliseconds