Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__bit/
H A Drotate.h45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, unsigned int __cnt) noexcept { in rotr() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1112 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1116 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt