Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp636 unsigned NumDifferences = 0; // Keep track of # differences. in FoldGEPICmp() local
643 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()
/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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp962 unsigned NumDifferences = 0; // Keep track of # differences. in foldGEPICmp() local
969 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()