Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_UGE

1580             return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
1787 case ICmpInst::ICMP_UGE: return ConstantInt::get(ResultTy, V1.uge(V2));
1928 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_UGE:
1942 case ICmpInst::ICMP_UGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_UGE:
1964 case ICmpInst::ICMP_UGE:
1966 if (pred == ICmpInst::ICMP_UGT || pred == ICmpInst::ICMP_UGE) Result = 1;