Home
last modified time | relevance | path

Searched refs:NumDifferences (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp962 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local
974 NumDifferences = 2; in foldGEPICmp()
978 if (NumDifferences++) break; in foldGEPICmp()
982 if (NumDifferences == 0) // SAME GEP? in foldGEPICmp()
986 else if (NumDifferences == 1 && GEPsInBounds) { in foldGEPICmp()