Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_UGE

1459             return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
1651 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2));
1787 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE:
1801 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE:
1823 case ICmpInst::ICMP_UGE:
1825 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1;