Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_EQ

1338   if (V1 == V2) return ICmpInst::ICMP_EQ;
1347 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ;
1474 return ICmpInst::ICMP_EQ;
1557 return ICmpInst::ICMP_EQ;
1603 if (pred == ICmpInst::ICMP_EQ)
1613 if (pred == ICmpInst::ICMP_EQ)
1623 case ICmpInst::ICMP_EQ:
1639 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1776 case ICmpInst::ICMP_EQ: // We know the constants are equal!
1785 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE:
1793 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1801 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE:
1809 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SLE:
1830 if (pred == ICmpInst::ICMP_EQ) Result = 0;