Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_SLT

322   case CmpInst::FCMP_ULT: NewPred = CmpInst::ICMP_SLT; break;
378 if (NewPred == CmpInst::ICMP_SGE || NewPred == CmpInst::ICMP_SLT) {