Searched refs:shiftRight (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 632 shiftRight(Shift); 638 void shiftRight(int32_t Shift); 842 shiftRight(-Shift); in shiftLeft() 867 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FixedPoint.h | 158 static bool shiftRight(const FixedPoint A, const FixedPoint B, in shiftRight() function
|
| H A D | Integral.h | 294 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
|
| H A D | IntegralAP.h | 307 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
|
| H A D | Interp.h | 2756 LT::shiftRight(LHS, LT::from(RHS, Bits), Bits, &A); in DoShift() 2874 if (FixedPoint::shiftRight(LHS, RHS, ShiftBitWidth, &Result) && in ShiftFixedPoint()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 696 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function 1413 lf = shiftRight(fullSignificand, significantParts, bits); in multiplySignificand() 1533 return shiftRight(significandParts(), partCount(), bits); in shiftSignificandRight() 2623 lostFraction = shiftRight(significandParts(), oldPartCount, -shift); in convert()
|