Home
last modified time | relevance | path

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

/freebsd/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/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.h260 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
H A DInterp.h2317 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 DAPFloat.cpp668 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()