Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp815 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local
827 NumDifferences = 2; in foldGEPICmp()
831 if (NumDifferences++) in foldGEPICmp()
836 if (NumDifferences == 0) // SAME GEP? in foldGEPICmp()
842 else if (NumDifferences == 1 && NW != GEPNoWrapFlags::none()) { in foldGEPICmp()