Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_EQ

310   case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
356 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
383 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
1238 if (Pred != ICmpInst::ICMP_NE && Pred != ICmpInst::ICMP_EQ)
1491 // Insert a new icmp_ne or icmp_eq instruction before the branch.
1497 P = ICmpInst::ICMP_EQ;