Searched refs:binaryNode (Results 1 – 1 of 1) sorted by relevance
2736 auto *binaryNode = dynamic_cast<const BinaryNode *>(node); in IsSameContent() local2737 if ((this == binaryNode) || in IsSameContent()2738 (binaryNode != nullptr && (GetOpCode() == binaryNode->GetOpCode()) && in IsSameContent()2739 (GetPrimType() == binaryNode->GetPrimType()) && BinaryOpnds::IsSameContent(binaryNode))) { in IsSameContent()