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