Searched defs:rotl (Results 1 – 2 of 2) sorted by relevance
1240 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt1244 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt
225 static inline uint32_t rotl(uint32_t val, int n) in rotl() function