Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_NE

400       return new ICmpInst(ICmpInst::ICMP_NE, Idx, FirstFalseIdx);
453 return new ICmpInst(ICmpInst::ICMP_NE, V, ConstantInt::get(Ty, 0));
696 if (Pred == ICmpInst::ICMP_NE)
871 case ICmpInst::ICMP_NE:
965 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE;
1162 if (ICI.getPredicate() == ICmpInst::ICMP_NE)
1258 bool IsICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE;
1294 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ,
1362 // Simplify icmp_eq and icmp_ne instructions with integer constant RHS.
1364 bool isICMP_NE = ICI.getPredicate() == ICmpInst::ICMP_NE;
1453 ICmpInst::ICMP_NE, LHSI,
1800 case ICmpInst::ICMP_NE: // icmp eq i1 A, B -> A^B
1970 return new ICmpInst(ICmpInst::ICMP_NE, X,
1979 return new ICmpInst(ICmpInst::ICMP_NE, X,
1986 case ICmpInst::ICMP_NE: {
2029 return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
2048 return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
2066 return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
2080 return new ICmpInst(ICmpInst::ICMP_NE, Op0, Op1);
2355 case ICmpInst::ICMP_NE:
2633 Pred = ICmpInst::ICMP_NE;
2656 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SLT ||
2668 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_ULT ||
2681 if (Pred == ICmpInst::ICMP_NE || Pred == ICmpInst::ICMP_SGT ||
2705 case ICmpInst::ICMP_NE: // (float)int != 4.4 --> true