Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h845 lshrSlowCase(ShiftAmt); in lshrInPlace()
1973 void lshrSlowCase(unsigned ShiftAmt);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1075 void APInt::lshrSlowCase(unsigned ShiftAmt) { in lshrSlowCase() function in APInt