Home
last modified time | relevance | path

Searched defs:lshrInPlace (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h994 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1034 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt