Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_SLE

325   case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
352 if (NewPred == CmpInst::ICMP_SLE || NewPred == CmpInst::ICMP_SGT) {