reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
502 if (node_hash(N1) != node_hash(N2)) 505 NodePair NP = node_pair(N1, N2); 514 bool Root2 = N2->Flags & GepNode::Root; 515 NodePair P = node_pair(N1, N2); 519 if (Root1 != Root2 || (Root1 && N1->BaseVal != N2->BaseVal)) { 526 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) {