Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h252 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.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function