Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICMP_NE

315   case CmpInst::FCMP_UNE: NewPred = CmpInst::ICMP_NE; break;
359 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
386 if ((NewPred == CmpInst::ICMP_EQ || NewPred == CmpInst::ICMP_NE) &&
1645 if (Pred != ICmpInst::ICMP_NE && Pred != ICmpInst::ICMP_EQ)
1941 // Insert a new icmp_ne or icmp_eq instruction before the branch.
1945 P = ICmpInst::ICMP_NE;
1952 << (P == ICmpInst::ICMP_NE ? "!=" : "==") << "\n"