Lines Matching full:numbits
482 unsigned NumBits = Ty->getPrimitiveSizeInBits();485 if ((NumBits >> 3) == StrLen + 1 && (NumBits & 7) == 0 &&487 APInt StrVal(NumBits, 0);488 APInt SingleChar(NumBits, 0);