Searched refs:shiftRight (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 629 shiftRight(Shift); 635 void shiftRight(int32_t Shift); 839 shiftRight(-Shift); in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Integral.h | 257 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
|
H A D | IntegralAP.h | 260 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
|
H A D | Interp.h | 2317 LT::AsUnsigned::shiftRight(LT::AsUnsigned::from(LHS), in DoShift() 2320 LT::AsUnsigned::shiftRight(LT::AsUnsigned::from(LHS), in DoShift()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 668 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function 1360 lf = shiftRight(fullSignificand, significantParts, bits); in multiplySignificand() 1475 return shiftRight(significandParts(), partCount(), bits); in shiftSignificandRight() 2523 lostFraction = shiftRight(significandParts(), oldPartCount, -shift); in convert()
|