reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5433 Upper = APInt::getSignedMaxValue(Width) + *C + 1; 5437 Upper = APInt::getSignedMaxValue(Width) + 1; 5446 Upper = *C + 1; 5459 Upper = APInt::getSignedMaxValue(Width).ashr(*C) + 1; 5467 Upper = C->ashr(ShiftAmount) + 1; 5471 Upper = *C + 1; 5479 Upper = APInt::getAllOnesValue(Width).lshr(*C) + 1; 5486 Upper = *C + 1; 5495 Upper = Lower.shl(Lower.countLeadingZeros()) + 1; 5501 Upper = *C + 1; 5506 Upper = C->shl(ShiftAmount) + 1; 5520 Upper = IntMax + 1; 5525 Upper = IntMax.sdiv(*C); 5526 if (Lower.sgt(Upper)) 5527 std::swap(Lower, Upper); 5528 Upper = Upper + 1; 5528 Upper = Upper + 1; 5529 assert(Upper != Lower && "Upper part of range has wrapped!"); 5535 Upper = Lower.lshr(1) + 1; 5538 Upper = C->abs() + 1; 5539 Lower = (-Upper) + 1; 5547 Upper = APInt::getMaxValue(Width).udiv(*C) + 1; 5550 Upper = *C + 1; 5557 Upper = C->abs(); 5558 Lower = (-Upper) + 1; 5565 Upper = *C;