Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h58 class BaseNode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h88 explicit BaseNode(Opcode o) in BaseNode() function
96 BaseNode(Opcode o, uint8 numOpr) in BaseNode() function
104 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() function
150 virtual void SetOpnd(BaseNode *, size_t) in SetOpnd() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp137 BaseNode *ConstantFold::PairToExpr(PrimType resultType, const std::pair<BaseNode*, std::optional<In… in PairToExpr() argument