Searched refs:ShortBits (Results 1 – 1 of 1) sorted by relevance
3050 uint64_t ShortBits = Ty.getScalarSizeInBits(); in widenScalar() local3060 WideTy, APInt::getSignedMaxValue(ShortBits).sext(WideBits)); in widenScalar()3062 WideTy, APInt::getSignedMinValue(ShortBits).sext(WideBits)); in widenScalar()3072 WideTy, APInt::getAllOnes(ShortBits).zext(WideBits)); in widenScalar()