Searched defs:TypeBits (Results 1 – 3 of 3) sorted by relevance
1968 unsigned TypeBits = C.getBitWidth(); in foldICmpShlOne() local2036 unsigned TypeBits = C.getBitWidth(); in foldICmpShlConstant() local2184 unsigned TypeBits = C.getBitWidth(); in foldICmpShrConstant() local4248 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local4262 unsigned TypeBits = Cst1->getBitWidth(); in foldICmpEquality() local
705 unsigned TypeBits = Op0->getType()->getScalarSizeInBits(); in FoldShiftByConstant() local
2317 static APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { in readWideAPInt()