Lines Matching refs:ICMP_NE
1402 return ICmpInst::ICMP_NE; in areGlobalsPotentiallyEqual()
1469 return ICmpInst::ICMP_NE; // Globals never equal labels. in evaluateICmpRelation()
1475 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1494 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1499 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1702 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
1712 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
1724 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
1737 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2); in ConstantFoldCompareInstruction()
1884 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
1892 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
1900 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1908 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
1930 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
1932 if (pred == ICmpInst::ICMP_NE) Result = 1; in ConstantFoldCompareInstruction()