Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h848 lshrSlowCase(ShiftAmt); in lshrInPlace()
1929 void lshrSlowCase(unsigned ShiftAmt);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp1067 void APInt::lshrSlowCase(unsigned ShiftAmt) { in lshrSlowCase() function in APInt