Home
last modified time | relevance | path

Searched refs:shiftRight (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h629 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-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h257 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
H A DIntegralAP.h257 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
H A DInterp.h1770 LT::AsUnsigned::shiftRight(LT::AsUnsigned::from(LHS), in Shr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp637 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function
1331 lf = shiftRight(fullSignificand, significantParts, bits); in multiplySignificand()
1446 return shiftRight(significandParts(), partCount(), bits); in shiftSignificandRight()
2492 lostFraction = shiftRight(significandParts(), oldPartCount, -shift); in convert()