Home
last modified time | relevance | path

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

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