Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp440 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants() local
442 if (InRangeL) { in cmpConstants()
445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) in cmpConstants()
447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) in cmpConstants()