Searched defs:rotr (Results 1 – 6 of 6) sorted by relevance
64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, int __cnt) noexcept { in rotr() function
76 rotr(uint32_t x, int n) in rotr() function
176 rotr(uint32_t x, int n) in rotr() function
70 static inline u32 rotr(u32 val, int bits) in rotr() function
795 static __inline u32 rotr(u32 val, int bits) in rotr() function
1120 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt1124 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt