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.cpp2237 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local
2313 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local
2503 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local
5687 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local
5702 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
H A DInstCombineShifts.cpp788 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3112 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()