Searched refs:tcShiftRight (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 1076 tcShiftRight(U.pVal, getNumWords(), ShiftAmt); in lshrSlowCase() 2391 tcShiftRight(dst, dstParts, shift); in tcExtract() 2656 tcShiftRight(srhs, parts, 1); in tcDivide() 2695 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() function in APInt
|
| H A D | APFloat.cpp | 674 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1861 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);
|