Searched defs:AssignMeStmt (Results 1 – 1 of 1) sorted by relevance
1862 explicit AssignMeStmt(const StmtNode *stt) : MeStmt(stt) {} in AssignMeStmt() function1864 …AssignMeStmt(Opcode op, ScalarMeExpr *theLhs, MeExpr *rhsVal) : MeStmt(op), rhs(rhsVal), lhs(theLh… in AssignMeStmt() function