Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h270 explicit TypeCvtNode(Opcode o) : UnaryNode(o) {} in TypeCvtNode() function
272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() function
274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() function