Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp441 std::optional<ConstantRange> InRangeR = GEPR->getInRange(); in cmpConstants() local
443 if (!InRangeR) in cmpConstants()
445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) in cmpConstants()
447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) in cmpConstants()
449 } else if (InRangeR) { in cmpConstants()