Searched defs:TypeBits (Results 1 – 4 of 4) sorted by relevance
102 static constexpr unsigned TypeBits = sizeof(Unsigned) * CHAR_BIT; member
2283 unsigned TypeBits = C.getBitWidth(); in foldICmpShlLHSC() local2364 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local2553 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local6091 unsigned TypeBits = AP1->getBitWidth(); in foldICmpEquality() local6106 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
804 unsigned TypeBits = Ty->getScalarSizeInBits(); in FoldShiftByConstant() local
3206 APInt llvm::readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()