Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IntWidth

3801   unsigned IntWidth = IntTy->getScalarSizeInBits();
3807 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
3819 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
3832 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
3843 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true,