Lines Matching refs:ICMP_NE
1486 if (UnsignedPred == ICmpInst::ICMP_ULT && EqPred == ICmpInst::ICMP_NE) in simplifyUnsignedRangeCheck()
1492 if (EqPred == ICmpInst::ICMP_NE) in simplifyUnsignedRangeCheck()
1971 (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_NE)) in computePointerICmp()
1982 case CmpInst::ICMP_NE: in computePointerICmp()
2012 if (Pred == CmpInst::ICMP_EQ || Pred == CmpInst::ICMP_NE) { in computePointerICmp()
2164 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2223 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2486 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2540 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2583 if ((Pred == ICmpInst::ICMP_EQ || Pred == ICmpInst::ICMP_NE) && in SimplifyICmpInst()
2586 return Pred == ICmpInst::ICMP_NE ? in SimplifyICmpInst()
2697 if (Pred == ICmpInst::ICMP_NE) in SimplifyICmpInst()
2733 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2753 case ICmpInst::ICMP_NE: in SimplifyICmpInst()
2802 if (Pred == ICmpInst::ICMP_NE) in SimplifyICmpInst()
2897 case CmpInst::ICMP_NE: in SimplifyICmpInst()
2967 case CmpInst::ICMP_NE: in SimplifyICmpInst()
3426 } else if (Pred == ICmpInst::ICMP_NE) { in SimplifySelectInst()