Searched refs:tcShiftRight (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 1106 tcShiftRight(U.pVal, getNumWords(), ShiftAmt); in lshrSlowCase() 2421 tcShiftRight(dst, dstParts, shift); in tcExtract() 2687 tcShiftRight(srhs, parts, 1); in tcDivide() 2726 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() function in APInt
|
| H A D | APFloat.cpp | 702 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1907 LLVM_ABI static void tcShiftRight(WordType *, unsigned Words, unsigned Count);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23605 {"_ZN4llvm5APInt12tcShiftRightEPyjj", "llvm::APInt::tcShiftRight(unsigned long long*, unsigned int,…
|