Lines Matching refs:ICMP_NE
1665 return ICmpInst::ICMP_NE; in areGlobalsPotentiallyEqual()
1732 return ICmpInst::ICMP_NE; // Globals never equal labels. in evaluateICmpRelation()
1743 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1762 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1767 return ICmpInst::ICMP_NE; in evaluateICmpRelation()
1985 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
1997 else if (pred == ICmpInst::ICMP_NE) in ConstantFoldCompareInstruction()
2009 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
2022 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2); in ConstantFoldCompareInstruction()
2189 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
2197 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
2205 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
2213 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
2235 case ICmpInst::ICMP_NE: in ConstantFoldCompareInstruction()
2237 if (pred == ICmpInst::ICMP_NE) Result = 1; in ConstantFoldCompareInstruction()