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

Declarations

include/llvm/ADT/APInt.h
 1936   static void tcShiftRight(WordType *, unsigned Words, unsigned Count);

References

lib/Support/APFloat.cpp
  485   APInt::tcShiftRight(dst, parts, bits);
lib/Support/APInt.cpp
 1016   tcShiftRight(U.pVal, getNumWords(), ShiftAmt);
 2404   tcShiftRight (dst, dstParts, shift);
 2675     tcShiftRight(srhs, parts, 1);