Searched refs:fromtyp (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() argument 275 : UnaryNode(o, typ, expr), fromPrimType(fromtyp) in TypeCvtNode() 313 RetypeNode(PrimType typ, PrimType fromtyp, TyIdx idx, BaseNode *expr) in RetypeNode() argument 314 : TypeCvtNode(OP_retype, typ, fromtyp, expr), tyIdx(idx) in RetypeNode() 316 DEBUG_ASSERT(GetPrimTypeSize(fromtyp) == GetPrimTypeSize(typ), "retype bit widith doesn' match"); in RetypeNode()
|
Completed in 3 milliseconds