Home
last modified time | relevance | path

Searched defs:shiftAmt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h831 APInt lshr(unsigned shiftAmt) const { in lshr()
853 APInt shl(unsigned shiftAmt) const { in shl()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1020 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()
1069 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()
1081 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp470 unsigned shiftAmt = C.getZExtValue(); in lshr() local