Searched refs:NumDifferences (Results 1 – 2 of 2) sorted by relevance
1016 unsigned NumDifferences = 0; // Keep track of # differences. in FoldGEPICmp() local1023 NumDifferences = 2; in FoldGEPICmp()1026 if (NumDifferences++) break; in FoldGEPICmp()1031 if (NumDifferences == 0) // SAME GEP? in FoldGEPICmp()1035 else if (NumDifferences == 1 && GEPsInBounds) { in FoldGEPICmp()
976 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local988 NumDifferences = 2; in foldGEPICmp()992 if (NumDifferences++) break; in foldGEPICmp()996 if (NumDifferences == 0) // SAME GEP? in foldGEPICmp()1000 else if (NumDifferences == 1 && GEPsInBounds) { in foldGEPICmp()