Searched defs:TypeBits (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | Bitfields.h | 102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 2177 unsigned TypeBits = C.getBitWidth(); foldICmpShlOne() local |
H A D | InstCombineShifts.cpp | 769 unsigned TypeBits = Ty->getScalarSizeInBits(); FoldShiftByConstant() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 2985 readWideAPInt(ArrayRef<uint64_t> Vals,unsigned TypeBits) readWideAPInt() argument |