Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1016 unsigned NumDifferences = 0; // Keep track of # differences. in FoldGEPICmp() local
1023 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp976 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local
988 NumDifferences = 2; in foldGEPICmp()
992 if (NumDifferences++) break; in foldGEPICmp()
996 if (NumDifferences == 0) // SAME GEP? in foldGEPICmp()
1000 else if (NumDifferences == 1 && GEPsInBounds) { in foldGEPICmp()