reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2707 for (unsigned BitWidth = 1; BitWidth <= 16; ++BitWidth) { 2707 for (unsigned BitWidth = 1; BitWidth <= 16; ++BitWidth) { 2708 for (unsigned Value = 0; Value < (1u << BitWidth); ++Value) { 2709 APInt V = APInt(BitWidth, Value); 2711 V.zext(BitWidth + 1) 2712 .multiplicativeInverse(APInt::getSignedMinValue(BitWidth + 1)) 2713 .trunc(BitWidth);