Home
last modified time | relevance | path

Searched defs:rotl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__bit/
H A Drotate.h46 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, int __cnt) noexcept { rotl() function
/llvm-project/libc/src/__support/CPP/
H A Dbit.h226 rotl(T value, int rotate) { rotl() function
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1111 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1107 APInt APInt::rotl(const APInt &rotateAmt) const { rotl() function in APInt