Home
last modified time | relevance | path

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

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