Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h847 lshrSlowCase(ShiftAmt); in lshrInPlace()
1999 void lshrSlowCase(unsigned ShiftAmt);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp1075 void APInt::lshrSlowCase(unsigned ShiftAmt) { in lshrSlowCase() function in APInt