Home | History | Annotate | Download | only in Utils

Lines Matching refs:fitsInLegalInteger

3647   // Avoid overflow, fitsInLegalInteger uses unsigned int for the width.
3650 return DL->fitsInLegalInteger(TableSize * IT->getBitWidth());
3783 if (!(DL && DL->fitsInLegalInteger(TableSize)))