Lines Matching refs:ICMP_EQ
1416 if (V1 == V2) return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1425 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1550 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1640 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1694 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1704 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1714 case ICmpInst::ICMP_EQ: in ConstantFoldCompareInstruction()
1730 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2); in ConstantFoldCompareInstruction()
1870 case ICmpInst::ICMP_EQ: // We know the constants are equal! in ConstantFoldCompareInstruction()
1879 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1887 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
1895 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
1903 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
1924 if (pred == ICmpInst::ICMP_EQ) Result = 0; in ConstantFoldCompareInstruction()