Lines Matching defs:LHSUnsigned
7729 bool LHSUnsigned = isa<UIToFPInst>(LHSI);
7734 APSInt RHSCvt(IntWidth, LHSUnsigned);
7768 if (MaxExponent < (int)IntWidth - !LHSUnsigned)
7774 if (MantissaWidth <= Exp && Exp <= (int)IntWidth - !LHSUnsigned)
7794 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT;
7798 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
7802 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
7806 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE;
7822 if (!LHSUnsigned) {
7848 if (!LHSUnsigned) {
7876 APSInt RHSInt(IntWidth, LHSUnsigned);