Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h514 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
864 APInt LLVM_ATTRIBUTE_UNUSED_RESULT shl(unsigned shiftAmt) const { in shl()
1821 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1828 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1835 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()