Home | History | Annotate | Download | only in Analysis

Lines Matching defs:NegOne

1947       APInt NegOne = APInt::getAllOnesValue(Width);
1949 Upper = NegOne.udiv(CI2->getValue()) + 1;
1971 APInt NegOne = APInt::getAllOnesValue(Width);
1973 Upper = NegOne.lshr(CI2->getValue()) + 1;