Searched defs:TypeBits (Results 1 – 4 of 4) sorted by relevance
102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
2029 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local2079 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local2255 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local4680 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local4695 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
735 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
2955 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()