Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SGE

1560             return isSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE;
1758 case ICmpInst::ICMP_SGE: return ConstantInt::get(ResultTy, V1.sge(V2));
1911 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_EQ: case ICmpInst::ICMP_SGE:
1925 case ICmpInst::ICMP_SGT: case ICmpInst::ICMP_NE: case ICmpInst::ICMP_SGE:
1943 case ICmpInst::ICMP_SGE:
1945 if (pred == ICmpInst::ICMP_SGT || pred == ICmpInst::ICMP_SGE) Result = 1;