Searched refs:shiftRight (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | 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-13-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Integral.h | 257 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
|
| HD | IntegralAP.h | 260 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
|
| HD | Interp.h | 2317 LT::AsUnsigned::shiftRight(LT::AsUnsigned::from(LHS), in DoShift() 2320 LT::AsUnsigned::shiftRight(LT::AsUnsigned::from(LHS), in DoShift()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | 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()
|