Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_SLT

318   case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
374 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {