Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h845 ashrSlowCase(ShiftAmt); in ashrInPlace()
2050 LLVM_ABI void ashrSlowCase(unsigned ShiftAmt);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1057 void APInt::ashrSlowCase(unsigned ShiftAmt) { in ashrSlowCase() function in APInt