Searched refs:NumDifferences (Results 1 – 3 of 3) 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()
962 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local969 NumDifferences = 2; in foldGEPICmp()972 if (NumDifferences++) break; in foldGEPICmp()977 if (NumDifferences == 0) // SAME GEP? in foldGEPICmp()981 else if (NumDifferences == 1 && GEPsInBounds) { in foldGEPICmp()