Searched refs:InRangeL (Results 1 – 1 of 1) sorted by relevance
440 std::optional<ConstantRange> InRangeL = GEPL->getInRange(); in cmpConstants() local442 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()