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

References

lib/Support/APFloat.cpp
 2085   dstPartsCount = partCountForBits(width);
 2086   assert(dstPartsCount <= parts.size() && "Integer too big");
 2089     APInt::tcSet(parts.data(), 0, dstPartsCount);
 2101     APInt::tcSet(parts.data(), 0, dstPartsCount);
 2117       APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits);
 2120       APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision,
 2122       APInt::tcShiftLeft(parts.data(), dstPartsCount,
 2135       if (APInt::tcIncrement(parts.data(), dstPartsCount))
 2143   unsigned int omsb = APInt::tcMSB(parts.data(), dstPartsCount) + 1;
 2155           APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb)
 2163     APInt::tcNegate (parts.data(), dstPartsCount);