Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DBitfields.h102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2029 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local
2079 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local
2255 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local
4680 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local
4695 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
H A DInstCombineShifts.cpp735 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2955 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()