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

References

lib/Support/APInt.cpp
 2728     for (unsigned i = 0; i != WordsToMove; ++i) {
 2728     for (unsigned i = 0; i != WordsToMove; ++i) {
 2729       Dst[i] = Dst[i + WordShift] >> BitShift;
 2729       Dst[i] = Dst[i + WordShift] >> BitShift;
 2730       if (i + 1 != WordsToMove)
 2731         Dst[i] |= Dst[i + WordShift + 1] << (APINT_BITS_PER_WORD - BitShift);
 2731         Dst[i] |= Dst[i + WordShift + 1] << (APINT_BITS_PER_WORD - BitShift);