Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h208 void lshrSlowCase(unsigned ShiftAmt);
986 lshrSlowCase(ShiftAmt); in lshrInPlace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp967 void APInt::lshrSlowCase(unsigned ShiftAmt) { in lshrSlowCase() function in APInt