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) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2314 StmtNode *ConstantFold::SimplifyIassignWithAddrofBaseNode(IassignNode &node, const AddrofNode &base… in SimplifyIassignWithAddrofBaseNode() function in maple::ConstantFold
2398 return SimplifyIassignWithAddrofBaseNode(*node, static_cast<AddrofNode&>(*opnd)); in SimplifyIassign()