Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2177 unsigned TypeBits = C.getBitWidth(); foldICmpShlOne() local
2253 unsigned TypeBits = C.getBitWidth(); foldICmpShlConstant() local
2422 unsigned TypeBits = C.getBitWidth(); foldICmpShrConstant() local
5358 unsigned TypeBits = AP1->getBitWidth(); foldICmpEquality() local
5373 unsigned TypeBits = Cst1->getBitWidth(); foldICmpEquality() local
[all...]
H A DInstCombineShifts.cpp769 unsigned TypeBits = Ty->getScalarSizeInBits(); FoldShiftByConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2985 readWideAPInt(ArrayRef<uint64_t> Vals,unsigned TypeBits) readWideAPInt() argument