Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h625 shiftLeft(Shift);
634 void shiftLeft(int32_t Shift);
834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
869 shiftLeft(-Shift); in shiftRight()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h251 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B,
H A DIntegralAP.h255 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() function
H A DInterp.h2310 LT::AsUnsigned::shiftLeft(LT::AsUnsigned::from(LHS), in DoShift()
2313 LT::AsUnsigned::shiftLeft(LT::AsUnsigned::from(LHS), in DoShift()