Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_EQ

386       return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);
720 if (Pred == ICmpInst::ICMP_EQ)
888 case ICmpInst::ICMP_EQ:
1186 if (ICI.getPredicate() == ICmpInst::ICMP_EQ)
1267 if (ICI.getPredicate() == ICmpInst::ICMP_EQ)
1331 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ,
1419 // Simplify icmp_eq and icmp_ne instructions with integer constant RHS.
1509 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ :
1879 case ICmpInst::ICMP_EQ: { // icmp eq i1 A, B -> ~(A^B)
2032 case ICmpInst::ICMP_EQ: {
2090 return new ICmpInst(ICmpInst::ICMP_EQ, X,
2099 return new ICmpInst(ICmpInst::ICMP_EQ, X,
2115 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2134 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2152 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2166 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2453 case ICmpInst::ICMP_EQ:
2728 Pred = ICmpInst::ICMP_EQ;
2833 case ICmpInst::ICMP_EQ: // (float)int == 4.4 --> false