Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp116 if (uOpnd != nullptr) { in DumpOpnd()
117 uOpnd->Dump(indent); in DumpOpnd()
479 if (uOpnd != nullptr) { in DumpOpnd()
480 uOpnd->Dump(indent); in DumpOpnd()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h222 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode()
235 node->SetOpnd(uOpnd->CloneTree(allocator), 0);
241 return uOpnd;
251 uOpnd = node;
265 BaseNode *uOpnd = nullptr; member in maple::UnaryNode
1448 UnaryStmtNode(Opcode o, PrimType typ, BaseNode *opnd) : StmtNode(o, typ, 1), uOpnd(opnd) {}
1463 node->SetOpnd(uOpnd->CloneTree(allocator), 0);
1485 return uOpnd;
1490 uOpnd = node;
1494 BaseNode *uOpnd
[all...]

Completed in 3 milliseconds