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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5621     APSInt RHSCvt(IntTy->getBitWidth(), LHSUnsigned);
 5656       if (MaxExponent < (int)InputSize - !LHSUnsigned)
 5662       if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned)
 5682     Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT;
 5686     Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
 5690     Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
 5694     Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE;
 5712   if (!LHSUnsigned) {
 5738   if (!LHSUnsigned) {
 5766   Constant *RHSInt = LHSUnsigned
 5770     bool Equal = LHSUnsigned