/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1349 uint32_t TypeBits = CmpRHSV.getBitWidth(); in FoldICmpShrCst() local 1922 uint32_t TypeBits = RHSV.getBitWidth(); in visitICmpInstWithInstAndIntCst() local 4214 unsigned TypeBits = Cst1->getBitWidth(); in visitICmpInst() local 4229 unsigned TypeBits = Cst1->getBitWidth(); in visitICmpInst() local
|
H A D | InstCombineShifts.cpp | 350 uint32_t TypeBits = Op0->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1968 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local 2036 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local 2184 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local 4248 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local 4262 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
|
H A D | InstCombineShifts.cpp | 705 unsigned TypeBits = Op0->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2029 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local 2079 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local 2255 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local 4690 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local 4705 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
|
H A D | InstCombineShifts.cpp | 735 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1617 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1910 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2858 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2317 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2955 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()
|