Lines Matching refs:ICMP_EQ
1422 if (V1 == V2) return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1431 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1556 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1646 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1700 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1710 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1720 case ICmpInst::ICMP_EQ: in ConstantFoldCompareInstruction()
1736 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2); in ConstantFoldCompareInstruction()
1877 case ICmpInst::ICMP_EQ: // We know the constants are equal! in ConstantFoldCompareInstruction()
1886 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1894 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
1902 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
1910 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
1931 if (pred == ICmpInst::ICMP_EQ) Result = 0; in ConstantFoldCompareInstruction()