Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IntWidth

2647   unsigned IntWidth = IntTy->getScalarSizeInBits();
2653 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
2665 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
2678 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,