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

References

lib/Support/APFloat.cpp
 2197     dstPartsCount = partCountForBits(width);
 2198     assert(dstPartsCount <= parts.size() && "Integer too big");
 2207     APInt::tcSetLeastSignificantBits(parts.data(), dstPartsCount, bits);
 2209       APInt::tcShiftLeft(parts.data(), dstPartsCount, width - 1);