Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h40 StmtNode *SimplifyIassignWithAddrofBaseNode(IassignNode &node, const AddrofNode &base);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2221 StmtNode *ConstantFold::SimplifyIassignWithAddrofBaseNode(IassignNode &node, const AddrofNode &base) in SimplifyIassignWithAddrofBaseNode() function in maple::ConstantFold
2305 return SimplifyIassignWithAddrofBaseNode(*node, static_cast<AddrofNode &>(*opnd)); in SimplifyIassign()