Searched defs:OpMeExpr (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 951 …OpMeExpr(int32 exprID, Opcode o, PrimType t, size_t n) : MeExpr(exprID, kMeOpOp, o, t, n), tyIdx(T… in OpMeExpr() function 954 …OpMeExpr(int32 exprID, Opcode o, PrimType t, MeExpr *opnd0) : MeExpr(exprID, kMeOpOp, o, t, 1), ty… in OpMeExpr() function 973 OpMeExpr(const OpMeExpr &opMeExpr, int32 exprID) in OpMeExpr() function
|