Home
last modified time | relevance | path

Searched defs:numOpr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h545 SSANode(Opcode op, PrimType typ, uint8 numOpr) : BaseNode(op, typ, numOpr) {} in SSANode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h96 BaseNode(Opcode o, uint8 numOpr) in BaseNode()
104 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode()
1711 StmtNode(Opcode o, uint8 numOpr) in StmtNode()
1717 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode()
1724 …StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode()