Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_SGT

314   case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
347 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {