Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h1862 explicit AssignMeStmt(const StmtNode *stt) : MeStmt(stt) {} in AssignMeStmt() function
1864AssignMeStmt(Opcode op, ScalarMeExpr *theLhs, MeExpr *rhsVal) : MeStmt(op), rhs(rhsVal), lhs(theLh… in AssignMeStmt() function