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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5651   if ((int)InputSize > MantissaWidth) {
 5656       if (MaxExponent < (int)InputSize - !LHSUnsigned)
 5662       if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned)