Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DBitfields.h102 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 DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1349 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 DInstCombineShifts.cpp350 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 DInstCombineCompares.cpp1968 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 DInstCombineShifts.cpp705 unsigned TypeBits = Op0->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2029 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 DInstCombineShifts.cpp735 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1617 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1910 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in ReadWideAPInt()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2858 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 DBitcodeReader.cpp2317 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 DBitcodeReader.cpp2955 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()