Lines Matching refs:ICMP_NE
1415 return ICmpInst::ICMP_NE; in areGlobalsPotentiallyEqual()
1482 return ICmpInst::ICMP_NE; // Globals never equal labels. in evaluateICmpRelation()
1488 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1507 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1512 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1719 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
1729 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
1741 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
1754 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2); in ConstantFoldCompareInstruction()
1901 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
1909 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
1917 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1925 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
1947 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
1949 if (pred == ICmpInst::ICMP_NE) Result = 1; in ConstantFoldCompareInstruction()