Searched defs:IreadNode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 404 explicit IreadNode(Opcode o) : UnaryNode(o) {} in IreadNode() function 406 IreadNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in IreadNode() function 408 …IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) : UnaryNode(o, typ), tyIdx(typeIdx),… in IreadNode() function 410 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) in IreadNode() function
|