Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h772 shlSlowCase(ShiftAmt);
1970 void shlSlowCase(unsigned ShiftAmt);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1087 void APInt::shlSlowCase(unsigned ShiftAmt) { in shlSlowCase() function in APInt