Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IntWidth

2762   unsigned IntWidth = IntTy->getScalarSizeInBits();
2768 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
2780 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
2793 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
2804 SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true,