Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2283 unsigned TypeBits = C.getBitWidth(); in foldICmpShlLHSC() local
2364 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local
2553 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local
6091 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local
6106 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
H A DInstCombineShifts.cpp804 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3206 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()