Home
last modified time | relevance | path

Searched refs:BinaryOpnds (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp173 BinaryOpnds::Dump(indent); in Dump()
176 void BinaryOpnds::Dump(int32 indent) const in Dump()
198 BinaryOpnds::Dump(indent); in Dump()
512 BinaryOpnds::Dump(indent); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h468 class BinaryOpnds { class
470 virtual ~BinaryOpnds() = default;
478 CHECK_FATAL(i < kOperandNumBinary, "Invalid operand idx in BinaryOpnds"); in GetBOpnd()
484 CHECK_FATAL(i < kOperandNumBinary, "Invalid operand idx in BinaryOpnds");
492 class BinaryNode : public BaseNode, public BinaryOpnds {
1954 class BinaryStmtNode : public StmtNode, public BinaryOpnds {

Completed in 7 milliseconds