Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h519 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
874 APInt LLVM_ATTRIBUTE_UNUSED_RESULT shl(unsigned shiftAmt) const { in shl()
1858 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1865 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1872 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h523 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
850 APInt shl(unsigned shiftAmt) const { in shl()
1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPInt.h829 APInt lshr(unsigned shiftAmt) const { in lshr()
851 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPInt.h839 APInt lshr(unsigned shiftAmt) const { in lshr()
861 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPInt.h829 APInt lshr(unsigned shiftAmt) const { in lshr()
851 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPInt.h829 APInt lshr(unsigned shiftAmt) const { in lshr()
851 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPInt.h829 APInt lshr(unsigned shiftAmt) const { in lshr()
851 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h987 APInt lshr(unsigned shiftAmt) const { in lshr()
1009 APInt shl(unsigned shiftAmt) const { in shl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp985 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()
1034 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()
1046 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp1012 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()
1061 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()
1073 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp470 unsigned shiftAmt = C.getZExtValue(); in lshr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp469 unsigned shiftAmt = C.getZExtValue(); in lshr() local