Searched refs:shiftLeft (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 628 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 D | FixedPoint.h | 151 static bool shiftLeft(const FixedPoint A, const FixedPoint B, unsigned OpBits, in shiftLeft() function
|
| H A D | Integral.h | 288 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B,
|
| H A D | IntegralAP.h | 302 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() function
|
| H A D | Interp.h | 2727 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()
|