Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h197 APInt shlSlowCase(unsigned shiftAmt) const;
857 return shlSlowCase(shiftAmt); in shl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h205 void shlSlowCase(unsigned ShiftAmt);
930 shlSlowCase(ShiftAmt);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1176 APInt APInt::shlSlowCase(unsigned shiftAmt) const { in shlSlowCase() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1052 void APInt::shlSlowCase(unsigned ShiftAmt) { in shlSlowCase() function in APInt