reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5716     SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
 5728     UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
 5741     SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true,
 5752     SMin.convertFromAPInt(APInt::getMinValue(IntWidth), true,