Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h632 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 DFixedPoint.h158 static bool shiftRight(const FixedPoint A, const FixedPoint B, in shiftRight() function
H A DIntegral.h294 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
H A DIntegralAP.h307 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() function
H A DInterp.h2756 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 DAPFloat.cpp696 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()