reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APFloat.cpp
 2191   fs = convertToSignExtendedInteger(parts, width, isSigned, rounding_mode,
 2197     dstPartsCount = partCountForBits(width);
 2205       bits = width - isSigned;
 2209       APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1);