Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSUnsigned

2647   bool LHSUnsigned = isa<UIToFPInst>(LHSI);
2648 if (LHSUnsigned)
2669 Pred = LHSUnsigned ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_SGT;
2673 Pred = LHSUnsigned ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_SGE;
2677 Pred = LHSUnsigned ? ICmpInst::ICMP_ULT : ICmpInst::ICMP_SLT;
2681 Pred = LHSUnsigned ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_SLE;
2701 if (!LHSUnsigned) {
2727 if (!LHSUnsigned) {
2755 Constant *RHSInt = LHSUnsigned
2759 bool Equal = LHSUnsigned