Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_EQ

1336   if (V1 == V2) return ICmpInst::ICMP_EQ;
1345 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ;
1472 return ICmpInst::ICMP_EQ;
1556 return ICmpInst::ICMP_EQ;
1606 if (pred == ICmpInst::ICMP_EQ)
1616 if (pred == ICmpInst::ICMP_EQ)
1626 case ICmpInst::ICMP_EQ:
1642 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1778 case ICmpInst::ICMP_EQ: // We know the constants are equal!
1787 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE:
1795 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1803 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_ULE:
1811 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SLE:
1832 if (pred == ICmpInst::ICMP_EQ) Result = 0;