Searched refs:NumDifferences (Results 1 – 2 of 2) sorted by relevance
636 unsigned NumDifferences = 0; // Keep track of # differences. in FoldGEPICmp() local643 NumDifferences = 2; in FoldGEPICmp()646 if (NumDifferences++) break; in FoldGEPICmp()651 if (NumDifferences == 0) // SAME GEP? in FoldGEPICmp()656 else if (NumDifferences == 1 && GEPsInBounds) { in FoldGEPICmp()
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()