Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h846 void lshrInPlace(unsigned ShiftAmt) { in lshrInPlace() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1061 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace() function in APInt