Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScaledNumber.h624 shiftLeft(Shift);
633 void shiftLeft(int32_t Shift);
833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
868 shiftLeft(-Shift); in shiftRight()