Lines Matching defs:NegL
1370 ConstantRange NegL = intersectWith(NegFilter);
1380 if (!NegL.isEmptySet() && !NegR.isEmptySet()) {
1387 APInt Lo = (NegL.Upper - 1).sdiv(NegR.Lower);
1388 if (NegL.Lower.isMinSignedValue() && NegR.Upper.isZero()) {
1401 ConstantRange(Lo, NegL.Lower.sdiv(AdjNegRUpper - 1) + 1));
1406 if (NegL.Upper != SignedMin + 1) {
1413 AdjNegLLower = NegL.Lower + 1;
1421 ConstantRange(std::move(Lo), NegL.Lower.sdiv(NegR.Upper - 1) + 1));
1431 if (!NegL.isEmptySet() && !PosR.isEmptySet())
1434 ConstantRange(NegL.Lower.sdiv(PosR.Lower),
1435 (NegL.Upper - 1).sdiv(PosR.Upper - 1) + 1));