Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Upper

1809     APInt Upper = APInt(Width, 0);
1813 Upper = CI2->getValue();
1816 Upper = CI2->getValue().abs();
1817 Lower = (-Upper) + 1;
1820 Upper = CI2->getValue() + 1;
1825 Upper = NegOne.udiv(CI2->getValue()) + 1;
1833 Upper = IntMax.sdiv(Val) + 1;
1839 Upper = NegOne.lshr(CI2->getValue()) + 1;
1846 Upper = IntMax.ashr(CI2->getValue()) + 1;
1853 Upper = CI2->getValue() + 1;
1855 if (Lower != Upper) {
1856 ConstantRange LHS_CR = ConstantRange(Lower, Upper);
1916 // Otherwise the upper bits of LHS are zero while RHS has a non-zero bit
1974 // Otherwise the upper bits of LHS are all equal, while RHS has varying