Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_SGE

1528     case ICmpInst::ICMP_SGE:
1682 case ICmpInst::ICMP_SGE:
1736 case ICmpInst::ICMP_SGE:
1761 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp,
1824 case ICmpInst::ICMP_SGE:
1851 case ICmpInst::ICMP_SGE:
1913 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
1919 EqP = CmpInst::ICMP_SGE; // "A == smax(A, B)" iff "A sge B".
1970 case CmpInst::ICMP_SGE:
2055 if (Pred == CmpInst::ICMP_SGE)