Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h211 void ashrSlowCase(unsigned ShiftAmt);
964 ashrSlowCase(ShiftAmt); in ashrInPlace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp918 void APInt::ashrSlowCase(unsigned ShiftAmt) { in ashrSlowCase() function in APInt