Lines Matching refs:ICMP_EQ
1435 if (V1 == V2) return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1444 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1573 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1663 return ICmpInst::ICMP_EQ; in evaluateICmpRelation()
1717 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1727 if (pred == ICmpInst::ICMP_EQ) in ConstantFoldCompareInstruction()
1737 case ICmpInst::ICMP_EQ: in ConstantFoldCompareInstruction()
1753 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2); in ConstantFoldCompareInstruction()
1894 case ICmpInst::ICMP_EQ: // We know the constants are equal! in ConstantFoldCompareInstruction()
1903 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE: in ConstantFoldCompareInstruction()
1911 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE: in ConstantFoldCompareInstruction()
1919 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE: in ConstantFoldCompareInstruction()
1927 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SLE: in ConstantFoldCompareInstruction()
1948 if (pred == ICmpInst::ICMP_EQ) Result = 0; in ConstantFoldCompareInstruction()