Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h977 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp961 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt