Searched defs:TypeBits (Results 1 – 4 of 4) sorted by relevance
102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
2237 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local2313 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local2503 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local5687 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local5702 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
788 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
3112 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()