reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5589 Lower = APInt::getSignedMinValue(Width); 5590 Upper = APInt::getSignedMaxValue(Width) + *C + 1; 5593 Lower = APInt::getSignedMinValue(Width) + *C; 5594 Upper = APInt::getSignedMaxValue(Width) + 1; 5604 Upper = APInt::getMaxValue(Width) - *C + 1; 5610 Lower = APInt::getSignedMinValue(Width); 5611 Upper = *C - APInt::getSignedMinValue(Width) + 1; 5614 Lower = *C - APInt::getSignedMaxValue(Width); 5615 Upper = APInt::getSignedMaxValue(Width) + 1; 5620 Lower = APInt::getSignedMinValue(Width) - *C; 5621 Upper = APInt::getSignedMaxValue(Width) + 1; 5624 Lower = APInt::getSignedMinValue(Width); 5625 Upper = APInt::getSignedMaxValue(Width) - *C + 1;