Home
last modified time | relevance | path

Searched defs:shiftLeft (Results 1 – 3 of 3) sorted by relevance

/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 DIntegralAP.h302 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h837 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function