Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_UGE

1560             return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
1762 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2));
1903 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE:
1917 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE:
1939 case ICmpInst::ICMP_UGE:
1941 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1;