Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h814 void ashrInPlace(unsigned ShiftAmt) { ashrInPlace() function
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1020 void APInt::ashrInPlace(const APInt &shiftAmt) { ashrInPlace() function in APInt