Searched defs:TypeBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/Target/AArch64/ | ||
H A D | AddressingModes.cpp | 27 unsigned TypeBits; member |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 2237 unsigned TypeBits = C.getBitWidth(); foldICmpShlOne() local |
H A D | InstCombineShifts.cpp | 788 unsigned TypeBits = Ty->getScalarSizeInBits(); FoldShiftByConstant() local |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 3112 readWideAPInt(ArrayRef<uint64_t> Vals,unsigned TypeBits) readWideAPInt() argument |