Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_EQ

385       return new ICmpInst(ICmpInst::ICMP_EQ, Idx, FirstTrueIdx);
719 if (Pred == ICmpInst::ICMP_EQ)
887 case ICmpInst::ICMP_EQ:
1185 if (ICI.getPredicate() == ICmpInst::ICMP_EQ)
1256 if (ICI.getPredicate() == ICmpInst::ICMP_EQ)
1320 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ,
1388 // Simplify icmp_eq and icmp_ne instructions with integer constant RHS.
1478 return new ICmpInst(isICMP_NE ? ICmpInst::ICMP_EQ :
1848 case ICmpInst::ICMP_EQ: { // icmp eq i1 A, B -> ~(A^B)
2001 case ICmpInst::ICMP_EQ: {
2059 return new ICmpInst(ICmpInst::ICMP_EQ, X,
2068 return new ICmpInst(ICmpInst::ICMP_EQ, X,
2084 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2103 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2121 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2135 return new ICmpInst(ICmpInst::ICMP_EQ, Op0,
2405 case ICmpInst::ICMP_EQ:
2665 Pred = ICmpInst::ICMP_EQ;
2770 case ICmpInst::ICMP_EQ: // (float)int == 4.4 --> false