Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h3001 explicit UnaryMeStmt(const StmtNode *stt) : MeStmt(stt) {} in UnaryMeStmt() function
3003 explicit UnaryMeStmt(Opcode o) : MeStmt(o) {} in UnaryMeStmt() function
3005 …explicit UnaryMeStmt(const UnaryMeStmt *umestmt) : MeStmt(umestmt->GetOp()), opnd(umestmt->opnd) {} in UnaryMeStmt() function