Searched defs:TypeBits (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member in struct:llvm::bitfields_details::BitPatterns
237 static constexpr size_t TypeBits = sizeof(IntegerType) * CHAR_BIT; member in struct:llvm::Bitfield::Element
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp698 unsigned TypeBits = Op0->getType()->getScalarSizeInBits(); local
H A DInstCombineCompares.cpp1991 unsigned TypeBits = C.getBitWidth(); local
2059 unsigned TypeBits = C.getBitWidth(); local
2207 unsigned TypeBits = C.getBitWidth(); local
4263 unsigned TypeBits = Cst1->getBitWidth(); local
4277 unsigned TypeBits = Cst1->getBitWidth(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1788 TypeBitfields TypeBits; member in union:clang::__anon1372
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2314 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { argument

Completed in 162 milliseconds