Searched refs:NewUnaryNode (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 103 UnaryNode *NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr) const;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 122 UnaryNode *ConstantFold::NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr) const in NewUnaryNode() function in maple::__anon90::ConstantFold 238 result = NewUnaryNode(node, OP_neg, node->GetPrimType(), n); in Negate() 863 result = NewUnaryNode(node, node->GetOpCode(), node->GetPrimType(), in FoldUnary() 876 NewUnaryNode(node, node->GetOpCode(), node->GetPrimType(), PairToExpr(node->Opnd(0)->GetPrimType(), p)); in FoldUnary()
|
Completed in 4 milliseconds