Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h628 shiftLeft(Shift);
637 void shiftLeft(int32_t Shift);
837 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
872 shiftLeft(-Shift); in shiftRight()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h151 static bool shiftLeft(const FixedPoint A, const FixedPoint B, unsigned OpBits, in shiftLeft() function
H A DIntegral.h288 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B,
H A DIntegralAP.h302 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() function
H A DInterp.h2727 LT::AsUnsigned::shiftLeft(LT::AsUnsigned::from(LHS), in DoShift()
2736 LT::AsUnsigned::shiftLeft(LHSU, LT::AsUnsigned::from(RHS, Bits), Bits, in DoShift()
2742 LT::AsUnsigned::shiftLeft(LT::AsUnsigned::from(LHS), in DoShift()
2870 if (FixedPoint::shiftLeft(LHS, RHS, ShiftBitWidth, &Result) && in ShiftFixedPoint()