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,
 2198     assert(dstPartsCount <= parts.size() && "Integer too big");
 2207     APInt::tcSetLeastSignificantBits(parts.data(), dstPartsCount, bits);
 2209       APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1);