Home | History | Annotate | Download | only in Scalar

Lines Matching full:bitwidth

359     unsigned BitWidth = AllocaSize * 8;
363 if (BitWidth > ScalarLoadThreshold)
367 !HadNonMemTransferAccess && !TD.fitsInLegalInteger(BitWidth))
377 NewTy = IntegerType::get(AI->getContext(), BitWidth);
840 // integers with a bitwidth that is not a multiple of 8.
988 // integers with a bitwidth that is not a multiple of 8.