Searched refs:InRangeR (Results 1 – 1 of 1) sorted by relevance
441 std::optional<ConstantRange> InRangeR = GEPR->getInRange(); in cmpConstants() local443 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()