Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IntWidth

3360   unsigned IntWidth = IntTy->getScalarSizeInBits();
3366 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
3378 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
3391 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
3402 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true,