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/
H A Dmir_nodes.h268 class TypeCvtNode : public UnaryNode { class
270 explicit TypeCvtNode(Opcode o) : UnaryNode(o) {} in TypeCvtNode() function in maple::TypeCvtNode
272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() function in maple::TypeCvtNode
274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() function in maple::TypeCvtNode
[all...]

Completed in 3 milliseconds