Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Upper

1558     APInt Upper = APInt(Width, 0);
1562 Upper = CI2->getValue();
1565 Upper = CI2->getValue().abs();
1566 Lower = (-Upper) + 1;
1571 Upper = NegOne.udiv(CI2->getValue()) + 1;
1579 Upper = IntMax.sdiv(Val) + 1;
1585 Upper = NegOne.lshr(CI2->getValue()) + 1;
1592 Upper = IntMax.ashr(CI2->getValue()) + 1;
1599 Upper = CI2->getValue() + 1;
1601 if (Lower != Upper) {
1602 ConstantRange LHS_CR = ConstantRange(Lower, Upper);
1662 // Otherwise the upper bits of LHS are zero while RHS has a non-zero bit
1722 // Otherwise the upper bits of LHS are all equal, while RHS has varying