Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp693 unsigned NumDifferences = 0; // Keep track of # differences. in FoldGEPICmp() local
700 NumDifferences = 2; in FoldGEPICmp()
703 if (NumDifferences++) break; in FoldGEPICmp()
708 if (NumDifferences == 0) // SAME GEP? in FoldGEPICmp()
712 else if (NumDifferences == 1 && GEPsInBounds) { in FoldGEPICmp()