Searched defs:lshrInPlace (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 838 void lshrInPlace(unsigned ShiftAmt) { lshrInPlace() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 1069 void APInt::lshrInPlace(const APInt &shiftAmt) { lshrInPlace() function in APInt |