Home
last modified time | relevance | path

Searched refs:binaryNode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2736 auto *binaryNode = dynamic_cast<const BinaryNode *>(node); in IsSameContent() local
2737 if ((this == binaryNode) || in IsSameContent()
2738 (binaryNode != nullptr && (GetOpCode() == binaryNode->GetOpCode()) && in IsSameContent()
2739 (GetPrimType() == binaryNode->GetPrimType()) && BinaryOpnds::IsSameContent(binaryNode))) { in IsSameContent()